StiRowsCollection Class
Namespace: Stimulsoft.Report.Dictionary
Inheritance
Implements: IEnumerator
Constructors
| Constructor | Description |
|---|---|
| constructor(StiDataSource dataSource) |
constructor(dataSource: StiDataSource)
Parameters
- dataSource (StiDataSource)
Properties
| Property | Type | Description |
|---|---|---|
| count | number | |
| current | any |
Methods
| Method | Returns | Description |
|---|---|---|
| getEnumerator | IEnumerator | |
| getbyIndex | StiRow | |
| moveNext | boolean | |
| reset | void |
Method Details
getEnumerator
getEnumerator(): IEnumerator
Returns IEnumerator
getbyIndex
getbyIndex(rowIndex: number): StiRow
Parameters
- rowIndex (number)
Returns StiRow
moveNext
moveNext(): boolean
Returns boolean
reset
reset(): void