Re: Customize save as report format
Posted: Mon Jul 01, 2013 12:31 pm
Hello,
Please try to use the following code:
Please try to use the following code:
Code: Select all
StiOptions.Viewer.Windows.Exports.ShowPdf = false;
StiOptions.Viewer.Windows.Exports.ShowExcel = false;
...