Page 1 of 1

Show Export Buttons

Posted: Tue Mar 29, 2011 9:32 am
by careli
Hello,

I'm trying to show the export buttons (PDF, EXCEL, JPEG, etc) on the viewer. But only the save button was displayed. How should I proceed so that the buttons are displayed??

this is the code I'm using.
StiViewerFx.initialize();
StiOptions.viewer.toolbar.showEditButton = true;
StiOptions.viewer.exports.showExportToDocument = true;
StiOptions.viewer.exports.showExportToExcel = true;
StiOptions.viewer.exports.showExportToJpeg = true;
StiOptions.viewer.exports.showExportToOpenDocumentWriter = true;
StiOptions.viewer.exports.showExportToPdf = true;
StiOptions.viewer.exports.showExportToPpt = true;
var report:StiReport = new StiReport();
report.loadPackedReportFromString(reportXML);
report.showDialog(null,reportName,true,true);
Thanks for the help


Show Export Buttons

Posted: Wed Mar 30, 2011 1:23 am
by Vladimir
Hello,

Currently available only exports to PDF, Excel, Text and RichText. If you are using a release version 2010.3, you will need to download the latest version available on our website: http://stimulsoft.com/ReportsFxFlexDownloads.aspx
But only the save button was displayed.
All items of exports will be in the dropdown menu when you click on Save button.

Thank you.