Click or drag to resize

StiDataColumnGetDataSourceFromDataColumn Method

Returns Data Source from the full name of column.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiDataSource GetDataSourceFromDataColumn(
	StiDictionary dictionary,
	string column
)

Parameters

dictionary
Type: Stimulsoft.Report.DictionaryStiDictionary
Dictionary which contain Data Source.
column
Type: SystemString
Full name of column.

Return Value

Type: StiDataSource
Data Source.
See Also