Click or drag to resize

IStiEnumerator Interface

Describes inteface that is used for moving in the data list.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiEnumerator

The IStiEnumerator type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets count of elements.
Public propertyIsBof
Gets or sets value indicates that this position specifies to the beginning of data.
Public propertyIsEmpty
Gets value indicates that no data.
Public propertyIsEof
Gets or sets value indicates that this position specifies to the data end.
Public propertyPosition
Gets the current position.
Top
Methods
  NameDescription
Public methodFirst
Sets a position at the beginning.
Public methodLast
Sets a position on the last element.
Public methodNext
Sets a position on the next element.
Public methodPrior
Sets a position on the previous element.
Top
See Also