Page 1 of 1

Integrating reports in code

Posted: Mon Jan 16, 2012 11:36 am
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.

Integrating reports in code

Posted: Tue Jan 17, 2012 8:34 am
by Alex K.
Hello,

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

Thank you.

Integrating reports in code

Posted: Thu Jan 19, 2012 5:15 am
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.

Integrating reports in code

Posted: Fri Jan 20, 2012 6:49 am
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.