Hi,
Is it possibile to hide the "Save to Excel" button of the ReportViewer,
leaving al the others visible?
thanks, m.
Export to Excel
-
- Posts: 5265
- Joined: Tue Mar 20, 2018 5:34 am
Re: Export to Excel
Hello,
You can use the following option:
StiOptions.Viewer.Windows.Exports.ShowExcel = false;
Thank you.
You can use the following option:
StiOptions.Viewer.Windows.Exports.ShowExcel = false;
Thank you.