Package | stimulsoft.report.export.settings.datas |
Class | public class StiDataExportSettings |
Inheritance | StiDataExportSettings ![]() ![]() ![]() |
Subclasses | StiCsvExportSettings, StiDbfExportSettings, StiDifExportSettings, StiSylkExportSettings, StiXmlExportSettings |
Property | Defined 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 | ||
![]() | pageRange : 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 |
Method | Defined By | ||
---|---|---|---|
StiDataExportSettings(dataType:int) | StiDataExportSettings | ||
toXMLString():String [override] | StiDataExportSettings |
codePage | property |
codePage:int
Gets or sets code page of DBF file format. DBF format only!
public function get codePage():int
public function set codePage(value:int):void
dataExportMode | property |
dataExportMode:int
Gets or sets data export mode. XML and SYLK formats does not support this property.
public function get dataExportMode():int
public function set dataExportMode(value:int):void
dataType | property |
dataType:int
Gets or sets type of the exported data file.
public function get dataType():int
public function set dataType(value:int):void
encoding | property |
encoding:String
Gets or sets enconding of DIF file format. XML and DBF formats does not support this property.
public function get encoding():String
public function set encoding(value:String):void
exportDataOnly | property |
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.
public function get exportDataOnly():Boolean
public function set exportDataOnly(value:Boolean):void
exportFormat | property |
exportFormat:int
[read-only] [override] public function get exportFormat():int
separator | property |
separator:String
Gets or sets string which represents column separator in CSV file. CSV format only!
public function get separator():String
public function set separator(value:String):void
skipColumnHeaders | property |
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!
public function get skipColumnHeaders():Boolean
public function set skipColumnHeaders(value:Boolean):void
useDefaultSystemEncoding | property |
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!
public function get useDefaultSystemEncoding():Boolean
public function set useDefaultSystemEncoding(value:Boolean):void
StiDataExportSettings | () | Constructor |
public function StiDataExportSettings(dataType:int)
dataType:int (default = NaN )
|
toXMLString | () | method |
override public function toXMLString():String
ReturnsString |