Packagestimulsoft.report.export.services
Classpublic class StiCsvExportService
InheritanceStiCsvExportService Inheritance StiExportService Inheritance StiService Inheritance StiObject Inheritance Object

A class for the Csv export.



Public Properties
 PropertyDefined By
  defaultExtension : String
[override] [read-only] Gets a default extension of export.
StiCsvExportService
  exportFormat : int
[override] [read-only]
StiCsvExportService
 Inheritedproperties : StiRepositoryItems
StiService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
equals(object:Object):Boolean
StiObject
  
exportCsv(report:StiReport, stream:ByteArray, settings:StiDataExportSettings):void
Exports a rendered report to a csv file.
StiCsvExportService
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override] Creates a shallow copy of the current Collection.
StiService
 Inherited
StiService
  
replaceQuote(st:String):String
[static]
StiCsvExportService
Property Detail
defaultExtensionproperty
defaultExtension:String  [read-only] [override]

Gets a default extension of export.


Implementation
    public function get defaultExtension():String
exportFormatproperty 
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
Method Detail
exportCsv()method
public function exportCsv(report:StiReport, stream:ByteArray, settings:StiDataExportSettings):void

Exports a rendered report to a csv file.

Parameters

report:StiReport
 
stream:ByteArray
 
settings:StiDataExportSettings

replaceQuote()method 
public static function replaceQuote(st:String):String

Parameters

st:String

Returns
String