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
)
Public Function GetData (
columnName As String,
index As Integer
) As Object
Parameters
- columnName
- Type: SystemString
Column name. - index
- Type: SystemInt32
Index of row in the Data Source.
Return Value
Type:
ObjectValue.
See Also