report Design

Stimulsoft Reports.NET discussion
Post Reply
MarcoGecoit
Posts: 17
Joined: Tue Apr 12, 2011 8:22 am

report Design

Post by MarcoGecoit »

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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: report Design

Post by Alex K. »

Hello,

Which version do you use?
Also please check the last version and let us know about the result.

Thank you.
MarcoGecoit
Posts: 17
Joined: Tue Apr 12, 2011 8:22 am

Re: report Design

Post by MarcoGecoit »

I'm using Ultimate 2011.3
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: report Design

Post by Alex K. »

Hello,

Please check the last version and let us know about the result.

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: report Design

Post by Alex K. »

Hello,

Please check the last version and let us know about the result.

Thank you.
Post Reply