简体   繁体   中英

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. 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.

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.

The default is 90 second.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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