Integrating reports in code

Stimulsoft Reports.NET discussion
Post Reply
Girasole
Posts: 16
Joined: Thu Nov 10, 2011 10:33 am

Integrating reports in code

Post by Girasole »

Hi all!
I would like to integrate my report.mrt in my vb.net project (as can you do with crystal report). It's possible?
What operations should I do?

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

Integrating reports in code

Post by Alex K. »

Hello,

You can save your report as class (VB files) and add it in your project.

Thank you.
Girasole
Posts: 16
Joined: Thu Nov 10, 2011 10:33 am

Integrating reports in code

Post by Girasole »

Ok.
But....There is a display component for integration in a windows form or do I still use the show() method of the report?

Can you send me an example of use?
Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Integrating reports in code

Post by HighAley »

Hello.
Girasole wrote:But....There is a display component for integration in a windows form or do I still use the show() method of the report?

Can you send me an example of use?
You could put the StiViewerControl component on your form and show your report there.

Thank you.
Post Reply