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
StiOptions.Configuration and documentation
StiOptions.Configuration and documentation
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.
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.