从VS2008升级到2010后,Crystal Reports工具栏消失了
我在 VS 2010 中将我们的网站转换为 asp.net 4.0。Crystal reports(版本 10.5.3700.0)呈现报表,但工具栏不会显示(因此打印/更改页面功能消失了)。
我已在托管查看器的页面中设置了 AspCompat="true"
,并尝试了查看器属性中的几乎所有组合,但工具栏不会呈现。我也尝试了不同的 ClientIDModes
,但似乎没有任何效果。
到目前为止,我想出的唯一解决方法是在查看器中设置 SeparatePages="False"
并将报告显示在一页上。
任何帮助将不胜感激。
I converted our web site to asp.net 4.0 in VS 2010. Crystal reports (version 10.5.3700.0) renders the reports, but the toolbar will not display (so the print/change page functionality is gone).
I have set AspCompat="true"
in the page that hosts the viewer, and tried just about every combination in the properties for the viewer, but the toolbar will not render. I have also tried different ClientIDModes
, nothing seems to work.
The only work around I have come up with so far is to set SeparatePages="False"
in the viewer and display the report on one page.
Any help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是因为 2010 年 Crystal Reports 有一组不同的库。
您需要安装更新版本,可以在此处找到文件...
http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
不知道为什么......这可能与 API 更改有关Visual Studio,但请确保先卸载旧版本。
This is because crystal reports has a different set of libraries for 2010.
you need to install the updated version the files can be found here ...
http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
Not sure why ... this is likely something to do with API changes in visual studio but make sure you uninstal the older version first.