Packagestimulsoft.report.components.interfaces
Interfacepublic interface IStiDataSource extends IStiEnumerator
Implementors StiChart, StiCrossTab, StiDataBand



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
IStiEnumerator
  dataSource : StiDataSource
[read-only] Gets Data Source.
IStiDataSource
  dataSourceName : String
Gets or sets the name of Data Source.
IStiDataSource
 InheritedisBof : Boolean
IStiEnumerator
  isDataSourceEmpty : Boolean
[read-only] Returns true if DataSource property is not assigned.
IStiDataSource
 InheritedisEmpty : Boolean
[read-only]
IStiEnumerator
 InheritedisEof : Boolean
IStiEnumerator
 Inheritedposition : int
IStiEnumerator
Public Methods
 MethodDefined By
 Inherited
first():void
IStiEnumerator
 Inherited
last():void
IStiEnumerator
 Inherited
next():void
IStiEnumerator
 Inherited
prior():void
IStiEnumerator
Property Detail
dataSourceproperty
dataSource:StiDataSource  [read-only]

Gets Data Source.


Implementation
    public function get dataSource():StiDataSource
dataSourceNameproperty 
dataSourceName:String

Gets or sets the name of Data Source.


Implementation
    public function get dataSourceName():String
    public function set dataSourceName(value:String):void
isDataSourceEmptyproperty 
isDataSourceEmpty:Boolean  [read-only]

Returns true if DataSource property is not assigned.


Implementation
    public function get isDataSourceEmpty():Boolean