Report Viewer does not hide Excel Export Button
Posted: Tue Apr 11, 2023 10:23 am
Hi Stimulsoft Team,
I try to hide the export to excel button from the save report dialog of the blazor report viewer.
When using something like that
the button is still visible. I tried all other options and it worked. Is this a bug or is there another method hiding this button?
Regards,
Thomas
I try to hide the export to excel button from the save report dialog of the blazor report viewer.
When using something like that
Code: Select all
Options = new StiBlazorViewerOptions();
Options.Exports.ShowExportToExcel = false;
Options.Exports.ShowExportToExcel2007 = false;
Regards,
Thomas