| Package | stimulsoft.report.components.interfaces |
| Interface | public interface IStiDataSource extends IStiEnumerator |
| Implementors | StiChart, StiCrossTab, StiDataBand |
| Property | Defined By | ||
|---|---|---|---|
![]() | count : int [read-only] | IStiEnumerator | |
| dataSource : StiDataSource [read-only] Gets Data Source. | IStiDataSource | ||
| dataSourceName : String Gets or sets the name of Data Source. | IStiDataSource | ||
![]() | isBof : Boolean | IStiEnumerator | |
| isDataSourceEmpty : Boolean [read-only] Returns true if DataSource property is not assigned. | IStiDataSource | ||
![]() | isEmpty : Boolean [read-only] | IStiEnumerator | |
![]() | isEof : Boolean | IStiEnumerator | |
![]() | position : int | IStiEnumerator | |
| dataSource | property |
dataSource:StiDataSource [read-only] Gets Data Source.
public function get dataSource():StiDataSource| dataSourceName | property |
dataSourceName:StringGets or sets the name of Data Source.
public function get dataSourceName():String public function set dataSourceName(value:String):void| isDataSourceEmpty | property |
isDataSourceEmpty:Boolean [read-only] Returns true if DataSource property is not assigned.
public function get isDataSourceEmpty():Boolean