Page 1 of 1

The demo for Reports.Web from StimulSoft save feature isn't working

Posted: Fri Jun 26, 2009 12:47 pm
by cheua
I have downloaded the Reports.Web demo and try out the saving feature.
I opened the "loadSaveDemo" and try doing some modification of a report from the dropdownlist.

I changed something, save it, and close the report.
My new changes aren't showing up once i open the same report again. It seems like the saving feature isn't doing anything.

Is it the file system permission problem?

Amos

The demo for Reports.Web from StimulSoft save feature isn't working

Posted: Fri Jun 26, 2009 7:23 pm
by Edward
Hi

Did you see the dialogue which suggested you to select the path for saving of the report?

Before this you had to see a message about purchasing of the software.

I checked the behaviour myself, everything worked.

Thank you.

The demo for Reports.Web from StimulSoft save feature isn't working

Posted: Mon Jun 29, 2009 10:09 am
by cheua
Thanks for your reply Edward.

The report does save. The example i was looking at the Save report handler in code behind wasn't implemented yet.
I simple get the Report from the passed in argument and do the report.Save function. It worked.

Thank you.