How to call event to save edited report in windows application
Posted: Mon Jul 04, 2011 1:37 am
Hi,
In web application I was able to attach StiWebDesigner1_SaveReport and StiWebDesigner1_SaveReportAs events to StiWebDesigner and edit the report successfully
I want to edit the report in windows application,how can I attach onsavereport event in windows application.
I am storing the report in the string format in database,
I can load the report from string from database and call the report.Design() function which opens the report in an editor,
After editing the report I want to store it back to database(here Iam unable to find how to use onsavereport event in windows application.
Thanks,
AbdulAleem.
In web application I was able to attach StiWebDesigner1_SaveReport and StiWebDesigner1_SaveReportAs events to StiWebDesigner and edit the report successfully
I want to edit the report in windows application,how can I attach onsavereport event in windows application.
I am storing the report in the string format in database,
I can load the report from string from database and call the report.Design() function which opens the report in an editor,
After editing the report I want to store it back to database(here Iam unable to find how to use onsavereport event in windows application.
Thanks,
AbdulAleem.