Integration sourcecode to VS

Stimulsoft Reports.WPF discussion
Post Reply
prandstaetter@grz.at
Posts: 3
Joined: Wed Feb 18, 2009 12:19 am
Location: Austria

Integration sourcecode to VS

Post by prandstaetter@grz.at »

Hello to all,
is it possible to integrate all the c# sourcecode witch is generated in Designer
to Visual Studio to debug this?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Integration sourcecode to VS

Post by Alex K. »

Hello,

You may save the the report as CSharp file (*.cs). Then add it to your project and run the report using the following code:

Code: Select all

Reports.Report myReport = new Reports.Report()
myReport.Show();
Thank you.
Post Reply