Save Report After Design
Posted: Sat Jan 29, 2011 2:43 pm
Hi everyone:
First Sorry for my bad English...
I have a report generated by code...I want allow user to modify layout of report and then save this change to report...I save Report To database
here is part of code:
Stimulsoft.Report.StiReport rpt = new Stimulsoft.Report.StiReport();
rpt.LoadFromString(rd.RptString); // rd is a row of the table that I save report in it.
rpt.Design();
//here i want save changes user applied to rpt
My problem is how to save report after design?How can i get designed report?
thanks...
First Sorry for my bad English...
I have a report generated by code...I want allow user to modify layout of report and then save this change to report...I save Report To database
here is part of code:
Stimulsoft.Report.StiReport rpt = new Stimulsoft.Report.StiReport();
rpt.LoadFromString(rd.RptString); // rd is a row of the table that I save report in it.
rpt.Design();
//here i want save changes user applied to rpt
My problem is how to save report after design?How can i get designed report?
thanks...