简体   繁体   English

ASP.NET报表查看器运行,但不显示任何数据

[英]ASP.NET Report Viewer runs but doesn't show any data

I have many pages containing the report viewer control, all of them work fine expect 4 reports. 我有很多包含报表查看器控件的页面,它们都工作正常,期望有4个报表。 When I browse to any one of these reports, the page executes, but nothing is shown. 当我浏览到这些报告中的任何一个时,页面都会执行,但是什么也没有显示。

Those reports take 1 min to 3 min to finish the execution. 这些报告需要1分钟到3分钟才能完成执行。

I can't find any exception or error in the logs. 我在日志中找不到任何异常或错误。

Please can anyone help me? 有人可以帮我吗?

The solution to this problem is to set AsyncPostBackTimeout property to the script manager of the aspx page. 该问题的解决方案是将AsyncPostBackTimeout属性设置为aspx页面的脚本管理器。

The default is 90 second. 默认值为90秒。

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

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