Can'nt accescc the Report object through the Report property of a WebReport
I was trying to access the Report object through the Report property of a WebReport(WebReport1.Report) in my asp.net code but I found the value of WebReport1.Report is null and so I always got an error message-"Object reference not set to an instance of an object.". Is there anything wrong? or just because my FastReports.NET verseion is a DEMO one. I am seriously considering to use FastReports.NET as our customers' Web report solution but I must make sure it work just the same as the manual said.
Comments
WebReport.Report can be accessed in the WebReport.StartReport event handler.