Hello to all,
is it possible to integrate all the c# sourcecode witch is generated in Designer
to Visual Studio to debug this?
Integration sourcecode to VS
-
- Posts: 3
- Joined: Wed Feb 18, 2009 12:19 am
- Location: Austria
Integration sourcecode to VS
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:
Thank you.
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();