Click or drag to resize

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; }

Parameters

columnName
Type: SystemString

Property Value

Type: Object
See Also