Click or drag to resize

IStiDataSource Interface

Inteface describes a data source in the component.

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

The IStiDataSource type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets count of elements.
(Inherited from IStiEnumerator.)
Public propertyDataSource
Gets Data Source.
Public propertyDataSourceName
Gets or sets the name of Data Source.
Public propertyIsBof
Gets or sets value indicates that this position specifies to the beginning of data.
(Inherited from IStiEnumerator.)
Public propertyIsDataSourceEmpty
Returns true if DataSource property is not assigned.
Public propertyIsEmpty
Gets value indicates that no data.
(Inherited from IStiEnumerator.)
Public propertyIsEof
Gets or sets value indicates that this position specifies to the data end.
(Inherited from IStiEnumerator.)
Public propertyPosition
Gets the current position.
(Inherited from IStiEnumerator.)
Top
Methods
  NameDescription
Public methodFirst
Sets a position at the beginning.
(Inherited from IStiEnumerator.)
Public methodLast
Sets a position on the last element.
(Inherited from IStiEnumerator.)
Public methodNext
Sets a position on the next element.
(Inherited from IStiEnumerator.)
Public methodPrior
Sets a position on the previous element.
(Inherited from IStiEnumerator.)
Top
See Also