Class StiWebDesignerOptions.ExportOptions

java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.ExportOptions
All Implemented Interfaces:
IStiSerializable, IStiSerializableRef
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.ExportOptions extends StiSerializedObject
  • Field Details

    • defaultSettings

      public StiDefaultExportSettings defaultSettings
      A class which controls default settings of exports.
    • storeExportSettings

      public boolean storeExportSettings
      Gets or sets a value which allows store the export settings in the cookies.
    • showExportDialog

      public boolean showExportDialog
      Gets or sets a value which allows to display the export dialog, or to export with the default settings.
    • showExportToDocument

      public boolean showExportToDocument
      Gets or sets a value which indicates that the user can save the report from the preview to the report document file.
    • showExportToPdf

      public boolean showExportToPdf
      Gets or sets a value which indicates that the user can save the report from the preview to the PDF format.
    • showExportToXps

      public boolean showExportToXps
      Gets or sets a value which indicates that the user can save the report from the preview to the XPS format.
    • showExportToPowerPoint

      public boolean showExportToPowerPoint
      Gets 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 public boolean showExportToExcel2007
      Deprecated.
    • showExportToExcelBiff

      public boolean showExportToExcelBiff
      Gets 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()