IStiDataSource Interface |
Namespace: Stimulsoft.Report.Components
The IStiDataSource type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets count of elements.
(Inherited from IStiEnumerator.) | |
| DataSource |
Gets Data Source.
| |
| DataSourceName |
Gets or sets the name of Data Source.
| |
| IsBof |
Gets or sets value indicates that this position specifies to the beginning of data.
(Inherited from IStiEnumerator.) | |
| IsDataSourceEmpty |
Returns true if DataSource property is not assigned.
| |
| IsEmpty |
Gets value indicates that no data.
(Inherited from IStiEnumerator.) | |
| IsEof |
Gets or sets value indicates that this position specifies to the data end.
(Inherited from IStiEnumerator.) | |
| Position |
Gets the current position.
(Inherited from IStiEnumerator.) |
| Name | Description | |
|---|---|---|
| First |
Sets a position at the beginning.
(Inherited from IStiEnumerator.) | |
| Last |
Sets a position on the last element.
(Inherited from IStiEnumerator.) | |
| Next |
Sets a position on the next element.
(Inherited from IStiEnumerator.) | |
| Prior |
Sets a position on the previous element.
(Inherited from IStiEnumerator.) |