Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.ExportOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.ExportOptions
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionA class which controls default settings of exports.booleanGets or sets a value which allows to display the export dialog, or to export with the default settings.booleanbooleanbooleanbooleanGets or sets a value which indicates that the user can save the report from the preview to the report document file.booleanbooleanDeprecated.booleanGets or sets a value which indicates that the user can save the report from the preview to the Excel BIFF format.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanGets or sets a value which indicates that the user can save the report from the preview to the PDF format.booleanGets or sets a value which indicates that the user can save the report from the preview to the Power Point 2007-2010 format.booleanbooleanbooleanbooleanbooleanbooleanGets or sets a value which indicates that the user can save the report from the preview to the XPS format.booleanGets or sets a value which allows store the export settings in the cookies.Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Field Details
-
defaultSettings
A class which controls default settings of exports. -
storeExportSettings
public boolean storeExportSettingsGets or sets a value which allows store the export settings in the cookies. -
showExportDialog
public boolean showExportDialogGets or sets a value which allows to display the export dialog, or to export with the default settings. -
showExportToDocument
public boolean showExportToDocumentGets or sets a value which indicates that the user can save the report from the preview to the report document file. -
showExportToPdf
public boolean showExportToPdfGets or sets a value which indicates that the user can save the report from the preview to the PDF format. -
showExportToXps
public boolean showExportToXpsGets or sets a value which indicates that the user can save the report from the preview to the XPS format. -
showExportToPowerPoint
public boolean showExportToPowerPointGets or sets a value which indicates that the user can save the report from the preview to the Power Point 2007-2010 format. -
showExportToHtml
public boolean showExportToHtml -
showExportToMht
public boolean showExportToMht -
showExportToText
public boolean showExportToText -
showExportToRtf
public boolean showExportToRtf -
showExportToWord
public boolean showExportToWord -
showExportToOpenDocumentWriter
public boolean showExportToOpenDocumentWriter -
showExportToExcel
public boolean showExportToExcel -
showExportToExcelXml
public boolean showExportToExcelXml -
showExportToExcel2007
Deprecated. -
showExportToExcelBiff
public boolean showExportToExcelBiffGets or sets a value which indicates that the user can save the report from the preview to the Excel BIFF format. -
showExportToOpenDocumentCalc
public boolean showExportToOpenDocumentCalc -
showExportToCsv
public boolean showExportToCsv -
showExportToDbf
public boolean showExportToDbf -
showExportToXml
public boolean showExportToXml -
showExportToDif
public boolean showExportToDif -
showExportToSylk
public boolean showExportToSylk -
showExportToImageBmp
public boolean showExportToImageBmp -
showExportToImageGif
public boolean showExportToImageGif -
showExportToImageJpeg
public boolean showExportToImageJpeg -
showExportToImagePcx
public boolean showExportToImagePcx -
showExportToImagePng
public boolean showExportToImagePng -
showExportToImageTiff
public boolean showExportToImageTiff -
showExportToImageMetafile
public boolean showExportToImageMetafile -
showExportToImageSvg
public boolean showExportToImageSvg -
showExportToImageSvgz
public boolean showExportToImageSvgz
-
-
Constructor Details
-
ExportOptions
public ExportOptions()
-