Hide window when run report.

Stimulsoft Reports.NET discussion
Post Reply
eduardo12fox
Posts: 8
Joined: Fri Nov 22, 2019 9:20 pm

Hide window when run report.

Post 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
Attachments
report.JPG
report.JPG (24.3 KiB) Viewed 346 times
Lech Kulikowski
Posts: 7338
Joined: Tue Mar 20, 2018 5:34 am

Re: Hide window when run report.

Post by Lech Kulikowski »

Hello,

You can add ViewerControl on your form.

Thank you.
Post Reply