Packagestimulsoft.report.export.services
Classpublic class StiTxtExportService
InheritanceStiTxtExportService Inheritance StiExportService Inheritance StiService Inheritance StiObject Inheritance Object

A class for the TXT export.



Public Properties
 PropertyDefined By
  defaultExtension : String
[override] [read-only] Gets a default extension of export.
StiTxtExportService
  exportFormat : int
[override] [read-only]
StiTxtExportService
 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
  
exportTxt(report:StiReport, stream:ByteArray, settings:StiTxtExportSettings):void
Exports a rendered report to the TXT file.
StiTxtExportService
 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
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
exportTxt()method
public function exportTxt(report:StiReport, stream:ByteArray, settings:StiTxtExportSettings):void

Exports a rendered report to the TXT file.

Parameters

report:StiReport
 
stream:ByteArray
 
settings:StiTxtExportSettings