StiOptions.Configuration and documentation

Stimulsoft Reports.NET discussion
Post Reply
lcruiser
Posts: 58
Joined: Mon Jul 31, 2006 1:07 am

StiOptions.Configuration and documentation

Post by lcruiser »

Hi,

I just downloaded SR_2006.10.07_R2005 and found that the two properties StiOptions.Configuration.DontSaveConfig and
StiOptions.Configuration.DontLoadConfig no longer exist. Is there any documentation with the new version about managing config settins?

Thanks
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

StiOptions.Configuration and documentation

Post by Vital »

Yes, that correct.

We have some problems with previous version and decide change report system. Now on start report system check exist or no file Stimulsoft.Report.config.
If file exist report system load it. If no - then report system create services only on demand. So if you need load configuration file you need place
Stimulsoft.Report.config file. If not need - do not place. If you need load your own confiration file you can use method StiConfig.Load("myconfig.config").

Thank you.
Post Reply