Click or drag to resize

StiDataSourceGetData Method (String)

Returns the value by the column name and the current position 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
)

Parameters

columnName
Type: SystemString
Column name.

Return Value

Type: Object
Value.
See Also