report Design
Posted: Wed Oct 03, 2012 11:13 am
Good morning
I am creating a report following the example at this link:
http://www.stimulsoft.com/videos/report ... jects.html
But when I want to save the report I get the following error:
"Object reference not set to an instance of an object."
Dim report As StiReport
report = New StiReport
report.RegBusinessObject("Report", "MyData", ObjectDataSource.Select) (I'm using ASP.NET Object Data Source)
report.Design()
Thank you
Marco
I am creating a report following the example at this link:
http://www.stimulsoft.com/videos/report ... jects.html
But when I want to save the report I get the following error:
"Object reference not set to an instance of an object."
Dim report As StiReport
report = New StiReport
report.RegBusinessObject("Report", "MyData", ObjectDataSource.Select) (I'm using ASP.NET Object Data Source)
report.Design()
Thank you
Marco