是可以传递参了。但是点击报表的菜单条上的打印图标没有任反应,当点击输出图标出,显示了:Failed to export using the options you specified. Please check your options and try again。


下面是问题原形:

Failed to export using the options you specified. Please check your options and try again_ReportSource



什么个情况?Insus.NET在实现第一篇《Visual Studio 2012使用水晶报表Crystal Report》 javascript:void(0)时,是能正常运作的,但昨天的一篇博文《从ASP.NET传递参数给水晶报表》 javascript:void(0) 却是有问题。


早上经反复测试与代码对比,原来是有关IsPostBack的问题。第二篇是用户选择参数时,报表的数据源已经给PostBack了。问题还是需要解决的?

添加三行程序即可,参考下图中三行下划线的代码。

Failed to export using the options you specified. Please check your options and try again_ReportSource_02



添加完毕,再来一次实时操作演示:

Failed to export using the options you specified. Please check your options and try again_ReportDocument_03