How can I use win form in Stimulsoft in Designer

Stimulsoft Reports.NET discussion
Post Reply
fjaweihyafie
Posts: 22
Joined: Wed Feb 06, 2013 6:12 am

How can I use win form in Stimulsoft in Designer

Post by fjaweihyafie »

Now I need to create windows form UI to get reports . The UI is created in mrt files . I doubt how can I run the report when I click the button . I know set the button property "Dialog Result" to "OK" it will run the Reprot default .
If I have two or more Forms in mrt , how can I controller the button to show the report by code manually .
ps:Is there any way to debug the win form created in mrt ?
Thanks
Attachments
testDemo.zip
The mrt files , I hope it will help to clarify my intent
(7.43 KiB) Downloaded 128 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How can I use win form in Stimulsoft in Designer

Post by Alex K. »

Hello,
fjaweihyafie wrote:Now I need to create windows form UI to get reports . The UI is created in mrt files . I doubt how can I run the report when I click the button . I know set the button property "Dialog Result" to "OK" it will run the Reprot default .
If I have two or more Forms in mrt , how can I controller the button to show the report by code manually .
In this case, forms will be displayed in the order in which they appear in the designer tab. You can change the order by dragging or using the Page Manager utility.
fjaweihyafie wrote:ps:Is there any way to debug the win form created in mrt ?
You can save the report as .cs file then add to project in Visual Studio for debug.

Thank you.
fjaweihyafie
Posts: 22
Joined: Wed Feb 06, 2013 6:12 am

Re: How can I use win form in Stimulsoft in Designer

Post by fjaweihyafie »

Thanks for you help! :-)
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How can I use win form in Stimulsoft in Designer

Post by Alex K. »

Hello,

We are always glad to help you!
Let us know if you need any additional help.
Post Reply