Page 1 of 1

Hide window when run report.

Posted: Tue Feb 22, 2022 1:09 pm
by eduardo12fox
Hi guys,

When I run my report in Windows forms aways open togheter report a window. How make hide this window?

My code
StiReport st = new StiReport();
st.Load(@"C:\a\Report.mrt");
st.Show();
in Attachments I send image demo

Re: Hide window when run report.

Posted: Tue Feb 22, 2022 9:51 pm
by Lech Kulikowski
Hello,

You can add ViewerControl on your form.

Thank you.