Class StiExportsOptions

Hierarchy

  • StiExportsOptions

Index

Properties

showExportDialog

showExportDialog: boolean = true

Gets or sets a value which allows to display the export dialog, or to export with the default settings.

showExportToCsv

showExportToCsv: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the CSV format.

showExportToDocument

showExportToDocument: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the report document file.

showExportToExcel2007

showExportToExcel2007: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the Excel 2007-2010 format.

showExportToHtml

showExportToHtml: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the HTML format.

showExportToHtml5

showExportToHtml5: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the HTML5 format.

showExportToImageSvg

showExportToImageSvg: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the SVG format.

showExportToJson

showExportToJson: boolean = false

Gets or sets a value which indicates that the user can save the report from the viewer to the Json format.

showExportToOpenDocumentCalc

showExportToOpenDocumentCalc: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the Open Document Calc format.

showExportToOpenDocumentWriter

showExportToOpenDocumentWriter: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the Open Document Text format.

showExportToPdf

showExportToPdf: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the PDF format.

showExportToPowerPoint

showExportToPowerPoint: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the HTML format.

showExportToText

showExportToText: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the Text format.

showExportToWord2007

showExportToWord2007: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the Word 2007-2010 format.

showExportToXps

showExportToXps: boolean = true

Gets or sets a value which indicates that the user can save the report from the viewer to the Xps format.

storeExportSettings

storeExportSettings: boolean = true

Gets or sets a value which allows store the export settings in the cookies.

Generated using TypeDoc