cancel
Showing results for 
Search instead for 
Did you mean: 

crystal report viewer 2013 shows toolbar only in Windows Server 2012 and ASP.NET

Former Member
0 Kudos

I have ASP.NET app framework 4.0 with crystal report viewer 2013 installed on Windows Server 2012 64bit. Crystal Report Viewer has not been shown in the app.

I installed runtime CRforVS_redist_install_32bit_13_0_18 and CRforVS_redist_install_64bit_13_0_18 placed folder crystalreportviewers13 in the root directory add changes to web.config. To avoid any problems with the parameters I've created test report with the saved data. Crystal Report Viewer shows toolbar only now without report itself. What should I do to make it run?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Move your code into the Page_Init section and use PostBack and Sessions to keep the report in scope.

Search for KBA 1215387 for an example.

Don

Answers (0)