StiDataSourceItem Property |
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.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual Object this[
string columnName
] { get; }
Public Overridable ReadOnly Default Property Item (
columnName As String
) As Object
Get
Parameters
- columnName
- Type: SystemString
Property Value
Type:
ObjectSee Also