remove save to "HTML file" from Export options
Posted: Tue Apr 04, 2017 8:35 pm
I can't seem to get the "HTML File" off the Save Menu drop down in the viewer.
Thanks...
Code: Select all
var options = new Stimulsoft.Viewer.StiViewerOptions();
options.height = "100%";
options.appearance.scrollbarsMode = true;
options.toolbar.showDesignButton = true;
options.toolbar.printDestination = Stimulsoft.Viewer.StiPrintDestination.Direct;
options.appearance.htmlRenderMode = Stimulsoft.Report.Export.StiHtmlExportMode.Table;
options.toolbar.showAboutButton = false;
options.exports.showExportToPdf = false;
options.exports.showExportToWord2007 = false;
options.exports.showExportToDocument = false;
options.exports.showExportToHtml = false;