IStiEnumerator Interface |
Namespace: Stimulsoft.Report.Dictionary
The IStiEnumerator type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets count of elements.
| |
IsBof |
Gets or sets value indicates that this position specifies to the beginning of data.
| |
IsEmpty |
Gets value indicates that no data.
| |
IsEof |
Gets or sets value indicates that this position specifies to the data end.
| |
Position |
Gets the current position.
|
Name | Description | |
---|---|---|
First |
Sets a position at the beginning.
| |
Last |
Sets a position on the last element.
| |
Next |
Sets a position on the next element.
| |
Prior |
Sets a position on the previous element.
|