Packagestimulsoft.report.options.exports
Classpublic class StiExportsOptions
InheritanceStiExportsOptions Inheritance Object
Implements IStiSerializable



Public Properties
 PropertyDefined By
  excel : StiExcelOptions
StiExportsOptions
  excel2007 : StiExcel2007Options
StiExportsOptions
  pdf : StiPdfOptions
StiExportsOptions
  word : StiWordOptions
StiExportsOptions
Property Detail
excelproperty
excel:StiExcelOptions


Implementation
    public function get excel():StiExcelOptions
    public function set excel(value:StiExcelOptions):void
excel2007property 
excel2007:StiExcel2007Options


Implementation
    public function get excel2007():StiExcel2007Options
    public function set excel2007(value:StiExcel2007Options):void
pdfproperty 
pdf:StiPdfOptions


Implementation
    public function get pdf():StiPdfOptions
    public function set pdf(value:StiPdfOptions):void
wordproperty 
word:StiWordOptions


Implementation
    public function get word():StiWordOptions
    public function set word(value:StiWordOptions):void