在Visual Studio 2008中看不到rpt文件

问题描述:

我正在使用Visual Studio2008.但是在ADD-新项目中看不到rpt文件(水晶报告).如何安装它.并在Visual Studio中合并.

I am using Visual studio 2008.But rpt file(Crystal report)is not seen in ADD-New Item.How to install it.And merge in visual studio.

您必须使用Visual Studio Express版本,或者在安装Visual Studio Professional版本时未选择Crystal open.

默认情况下,Crystal报表以专业版安装.
在这里查看: http://msdn.microsoft.com/en-us/library/ms225542(v = VS.90).aspx [ ^ ]

如果您已经安装了专业版,但是仍然找不到报表模板,请再次运行安装程序,然后选择"Crystal Reports basic"来安装其组件.

如果是VS Express,则此链接讨论可能会丢失的功能 [ ^ ].


最后,以防万一,如果一切都准备就绪,但是缺少添加新项目的模板,请在此处执行以下操作: ^ ]
Either you must be using Visual Studio Express edition or did not select Crystal open while installing Visual Studio Professional edition.

Crystal reports are installed in professional edition by default.
Look here: http://msdn.microsoft.com/en-us/library/ms225542(v=VS.90).aspx[^]

If you have installed professional edition and yet you are unable to find reports template then run setup again and select Crystal Reports basic to install its component.

In case it''s VS Express, this link discusses the features that would be missing[^] in it.


Lastly, just in case if everything is in place and yet the template to add a new item is missing then do the following mentioned here: Visual Studio is missing default templates[^]