Packagestimulsoft.report.export.settings.datas
Classpublic class StiDataExportSettings
InheritanceStiDataExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object
Subclasses StiCsvExportSettings, StiDbfExportSettings, StiDifExportSettings, StiSylkExportSettings, StiXmlExportSettings

Class describes settings for export to Data format.



Public Properties
 PropertyDefined By
  codePage : int
Gets or sets code page of DBF file format.
StiDataExportSettings
  dataExportMode : int
Gets or sets data export mode.
StiDataExportSettings
  dataType : int
Gets or sets type of the exported data file.
StiDataExportSettings
  encoding : String
Gets or sets enconding of DIF file format.
StiDataExportSettings
  exportDataOnly : Boolean
Gets or sets value which indicates that all formatting of exported report will be removed.
StiDataExportSettings
  exportFormat : int
[override] [read-only]
StiDataExportSettings
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
  separator : String
Gets or sets string which represents column separator in CSV file.
StiDataExportSettings
  skipColumnHeaders : Boolean
Gets or sets value wich indicates that export engine will be write column headers as column headers in table or as simple column values.
StiDataExportSettings
  useDefaultSystemEncoding : Boolean
Gets or sets value which indicates that default system encoding will be used for DIF and SYLK formats.
StiDataExportSettings
Public Methods
 MethodDefined By
  
StiDataExportSettings(dataType:int)
StiDataExportSettings
  
toXMLString():String
[override]
StiDataExportSettings
Property Detail
codePageproperty
codePage:int

Gets or sets code page of DBF file format. DBF format only!


Implementation
    public function get codePage():int
    public function set codePage(value:int):void
dataExportModeproperty 
dataExportMode:int

Gets or sets data export mode. XML and SYLK formats does not support this property.


Implementation
    public function get dataExportMode():int
    public function set dataExportMode(value:int):void
dataTypeproperty 
dataType:int

Gets or sets type of the exported data file.


Implementation
    public function get dataType():int
    public function set dataType(value:int):void
encodingproperty 
encoding:String

Gets or sets enconding of DIF file format. XML and DBF formats does not support this property.


Implementation
    public function get encoding():String
    public function set encoding(value:String):void
exportDataOnlyproperty 
exportDataOnly:Boolean

Gets or sets value which indicates that all formatting of exported report will be removed. XML, DBF and CSV formats does not support this property.


Implementation
    public function get exportDataOnly():Boolean
    public function set exportDataOnly(value:Boolean):void
exportFormatproperty 
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
separatorproperty 
separator:String

Gets or sets string which represents column separator in CSV file. CSV format only!


Implementation
    public function get separator():String
    public function set separator(value:String):void
skipColumnHeadersproperty 
skipColumnHeaders:Boolean

Gets or sets value wich indicates that export engine will be write column headers as column headers in table or as simple column values. CSV format only!


Implementation
    public function get skipColumnHeaders():Boolean
    public function set skipColumnHeaders(value:Boolean):void
useDefaultSystemEncodingproperty 
useDefaultSystemEncoding:Boolean

Gets or sets value which indicates that default system encoding will be used for DIF and SYLK formats. DIF and SYLK format only!


Implementation
    public function get useDefaultSystemEncoding():Boolean
    public function set useDefaultSystemEncoding(value:Boolean):void
Constructor Detail
StiDataExportSettings()Constructor
public function StiDataExportSettings(dataType:int)



Parameters
dataType:int (default = NaN)
Method Detail
toXMLString()method
override public function toXMLString():String

Returns
String