Toolbar is missing in Crystal Report Viewer (version 13)

asp.netcrystal-reportsvisual studio 2012

I am using the latest version of Crystal Report in my ASP.Net web application project. My IDE is Visual Studio Ultimate 2012 Version 11.0.6.

My problem is that when I run the aspx file that contains the Crystal Report Viewer, the toolbar is missing. Please see the attached image:
enter image description here

I already tried copying the toolbar folder to my root folder. I also tried hard-coding ToolbarImagesFolderUrl. I also tried copying crystalreportviewers from inetpub/wwwroot to my root folder. But nothing solved my problem.

Any suggestion?

Best Answer

It has to do with the default table css in Visual Studio 2012 projects. Remove the table, th, td, and tr stuff under tables and it will fix it. I just spent almost a whole day trying to figure out why it was doing this.

Related Topic