Save Report Dictionary to server

Stimulsoft Reports.WEB discussion
Post Reply
Chasoo
Posts: 40
Joined: Wed Oct 19, 2011 1:29 am

Save Report Dictionary to server

Post by Chasoo »

is there a way of saving report's Dictionary to web server.other than saving it to client computer.

tnx
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Save Report Dictionary to server

Post by Alex K. »

Hello,

You can use the following code:

Code: Select all

report.Dictionary.Save();
Thank you.
Chasoo
Posts: 40
Joined: Wed Oct 19, 2011 1:29 am

Save Report Dictionary to server

Post by Chasoo »

Hello,

other than saving it on the time of saving the report. cant we save only the dictionary.something like overriding the event which is there to save dictionary to client computer?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Save Report Dictionary to server

Post by Vladimir »

Hello,

Unfortunately, there is no separate event to save the data dictionary in Designer.Web.

Thank you.
Post Reply