Page 1 of 1

Save Report Dictionary to server

Posted: Fri Oct 21, 2011 12:02 am
by Chasoo
is there a way of saving report's Dictionary to web server.other than saving it to client computer.

tnx

Save Report Dictionary to server

Posted: Fri Oct 21, 2011 4:21 am
by Alex K.
Hello,

You can use the following code:

Code: Select all

report.Dictionary.Save();
Thank you.

Save Report Dictionary to server

Posted: Thu Oct 27, 2011 3:35 am
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?

Save Report Dictionary to server

Posted: Fri Oct 28, 2011 8:14 am
by Vladimir
Hello,

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

Thank you.