Customize save as report format

Stimulsoft Reports.NET discussion
Post Reply
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Customize save as report format

Post by Alex K. »

Hello,

Please try to use the following code:

Code: Select all

StiOptions.Viewer.Windows.Exports.ShowPdf = false;
StiOptions.Viewer.Windows.Exports.ShowExcel = false;
...
Post Reply