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
Integrating reports in code
Hello,
You can save your report as class (VB files) and add it in your project.
Thank you.
You can save your report as class (VB files) and add it in your project.
Thank you.
Integrating reports in code
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.
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
Hello.
Thank you.
You could put the StiViewerControl component on your form and show your report there.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?
Thank you.