简体   繁体   English

MVC Crystal报表查看器

[英]MVC Crystal report viewer

When I am trying to bind the data to the crystal report viewer through the view by using MVC architecture I am getting an error like "Error programming" message on the crystal report viewer. 当我尝试使用MVC体系结构通过视图将数据绑定到Crystal Report Viewer时,在Crystal Report Viewer上收到诸如“错误编程”消息的错误。 What might be causing this? 是什么原因造成的?

Are you sure that Crystal Viewer works in MVC? 您确定Crystal Viewer可以在MVC中运行吗? I would assume it won't work since it is (probably) an asp.net (not MVC) control. 我认为它不起作用,因为它(可能是)asp.net(不是MVC)控件。

Crystal Report does not work with MVC. Crystal Report不适用于MVC。 If you want to show Crystal Report with your MVC application, you have to add an .aspx page, and then you can use Crystal Report with your MVC application. 如果要在MVC应用程序中显示Crystal Report,则必须添加.aspx页,然后才能在MVC应用程序中使用Crystal Report。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM