Report viewer does not load, showing blank space - running local RDLC files

前端 未结 10 1932
南笙
南笙 2021-02-08 04:56

I got a problem with reporting services, running local rdlc files on the 2005 version.

I have in the HTML a report viewer set to run locally as follows :



        
10条回答
  •  萌比男神i
    2021-02-08 05:05

    I had same problem with VS2012, report shows loading image and then after loading is complete, report is blank. Data exists but not rendered.

    Solution : Simply change Report AsyncRendering to False and report works fine again.

提交回复
热议问题