Click or drag to resize

StiDataSource Properties

The StiDataSource type exposes the following members.

Properties
  NameDescription
Public propertyAlias
Gets or sets of the Data Source alias.
Protected propertyColumnIndexes
Public propertyColumns
Gets or sets the column collection.
Public propertyComponentId
Public propertyConnectionOrder
Gets or sets value which indicates in which order that datasource will be connect to the data.
Public propertyConnectOnStart
Gets or sets value which indicates that datasource not connect to the data automatically.
Public propertyCount
Gets count of elements.
Protected propertyDataAdapterType
Public propertyDataTable
Gets DataTable.
Protected propertyDetailRows
Public propertyDictionary
Gets or sets the dictionary in which this Data Source is located.
Public propertyInherited
Public propertyIsBof
Gets value indicates that this position specifies to the beginning of data.
Public propertyIsCloud
Gets or sets value which indicates that this data source is created dynamically by the Stimulsoft Reports.Server.
Public propertyIsConnected
Gets value indicates which Data Source is connected with data.
Public propertyIsEmpty
Gets value indicates that no data.
Public propertyIsEof
Gets value indicates that this position specifies to the data end.
Public propertyItem
Indexer to work with the current row of data. Returns the value by the column name and the current position in the Data Source. Indexer calls the method GetData. ColumnName - name of column.
Public propertyKey
Gets or sets the key of the dictionary object.
Public propertyName
Gets or sets of the Data Source name.
Public propertyParameters
Gets or sets the parameter collection.
Public propertyPosition
Gets the current position.
Public propertyPropName
Public propertyRealCount
Public propertyRows
Gets or sets rows collection.
Protected propertyRowToLevel
Protected propertyStates
Gets the component states manager.
Top
See Also