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
)
Public Function GetData (
columnName As String
) As Object
Parameters
- columnName
- Type: SystemString
Column name.
Return Value
Type:
ObjectValue.
See Also