Packagestimulsoft.report.export.settings.datas
Classpublic class StiCsvExportSettings
InheritanceStiCsvExportSettings Inheritance StiDataExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class describes settings for export to CSV format.



Public Properties
 PropertyDefined By
 InheritedcodePage : int
Gets or sets code page of DBF file format.
StiDataExportSettings
 InheriteddataExportMode : int
Gets or sets data export mode.
StiDataExportSettings
  dataType : int
[override] Gets or sets image type for exported images.
StiCsvExportSettings
 Inheritedencoding : String
Gets or sets enconding of DIF file format.
StiDataExportSettings
 InheritedexportDataOnly : Boolean
Gets or sets value which indicates that all formatting of exported report will be removed.
StiDataExportSettings
 InheritedexportFormat : int
[override] [read-only]
StiDataExportSettings
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
 Inheritedseparator : String
Gets or sets string which represents column separator in CSV file.
StiDataExportSettings
 InheritedskipColumnHeaders : 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
 InheriteduseDefaultSystemEncoding : Boolean
Gets or sets value which indicates that default system encoding will be used for DIF and SYLK formats.
StiDataExportSettings
Public Methods
 MethodDefined By
  
StiCsvExportSettings
 Inherited
toXMLString():String
[override]
StiDataExportSettings
Property Detail
dataTypeproperty
dataType:int[override]

Gets or sets image type for exported images.


Implementation
    public function get dataType():int
    public function set dataType(value:int):void
Constructor Detail
StiCsvExportSettings()Constructor
public function StiCsvExportSettings()