Save to DB from Report Designer
Hasitha
Sri Lanka
Hi,
I'm new to FastReport and we are going to use FastReport with our new project. I have couple of questions regarding the Report Designer.
1. Is there any possibility to open Report Designer on a web application.
2. How do I save my report changes to DB from Report Designer. For an example, I'm loading report from the database using "report.LoadFromString(reportString);" Is there any way to save updated report string (through report designer) back to DB through my web application.
Appreciate your swift response.
Thanks,
Hasitha.
I'm new to FastReport and we are going to use FastReport with our new project. I have couple of questions regarding the Report Designer.
1. Is there any possibility to open Report Designer on a web application.
2. How do I save my report changes to DB from Report Designer. For an example, I'm loading report from the database using "report.LoadFromString(reportString);" Is there any way to save updated report string (through report designer) back to DB through my web application.
Appreciate your swift response.
Thanks,
Hasitha.
Comments
I store all my report in a database so all when i want to modify it, i also need to load it from database.
The following code i use:
Create new report...but first check if there's already a report available:
Load/Modify report into reportdesigner:
Now the saving part...i gave the user the option to store the report into the database or
to save it to disk...reason is that he can use a local copy to create a new report.
In the frxDesigner.OnSaveReport i use the following code: