NullReferenceException on report.Render()

Stimulsoft Reports.WEB discussion
Post Reply
tig
Posts: 3
Joined: Wed Mar 31, 2021 7:39 am

NullReferenceException on report.Render()

Post by tig »

Hi.
I'm using Stimulsoft.Report, Version=2011.2.1100.0

Code: Select all

StiReport report = new StiReport();
                            report.LoadPackedReportFromString(flie);
                            report.RenderedPages.Clear();
                            report.RegData(table);
                            report.Render();
                            report.Print();
As the code above,when it excute to the "report.Render();",the following exception was thrown:
Message=Object reference not set to an instance of an object.
Any idea what i am doing wrong?
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: NullReferenceException on report.Render()

Post by Lech Kulikowski »

Hello,

Please send us a sample project that reproduces the issue for analysis.

Thank you.
Post Reply