Hi There,
I need to be able to set the default export settings in the report viewer. I will need to be able to default things like the seperator, and file type when exporting as a CSV is this possible at all?
Thanks
Alex
Set Default export settings
Re: Set Default export settings
Hello,
Please try to use the following code:
Thank you.
Please try to use the following code:
Code: Select all
StiSettings.Load();
StiSettings.Set("StiCsvExportSetupForm", "Separator", "*");
StiSettings.Save();
Re: Set Default export settings
Hi thanks for the reply.
I have tried this code but doesnt seem to apply when I export the report. The separator will always defauly to ; even when I apply this code.
many thanks
Alex
I have tried this code but doesnt seem to apply when I export the report. The separator will always defauly to ; even when I apply this code.
many thanks
Alex
Re: Set Default export settings
Hello,
Please try to check the last prerelease build.
Thank you.
Please try to check the last prerelease build.
Thank you.