Click or drag to resize

StiDataSourceGetData Method (String, Int32)

Returns the value by the column name and index of row in the Data Source.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public Object GetData(
	string columnName,
	int index
)

Parameters

columnName
Type: SystemString
Column name.
index
Type: SystemInt32
Index of row in the Data Source.

Return Value

Type: Object
Value.
See Also