I know you can save a report file as a .CS and import it into your project.
However, when the report.cs is added to an ASP.NET application, it has references to Windows Forms.
I've got a report that throws an Object Reference Error when executed in a web viewer but is just fine if you run it in the windows form designer. So I need to step through to see where in the report it is crashing.
How can I debug a report that will be displayed in a web viewer
How to debug a report in ASP.NET / Webviewer
Re: How to debug a report in ASP.NET / Webviewer
Hello.
You could just remove the using System.Windows.Forms; line from cs file.
Thank you.
You could just remove the using System.Windows.Forms; line from cs file.
Thank you.