Click or drag to resize

StiDataAdapterServiceSetDataSourceNames Method

Fills a name and alias of the data source relying on data.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract void SetDataSourceNames(
	StiData data,
	StiDataSource dataSource
)

Parameters

data
Type: Stimulsoft.Report.DictionaryStiData
Data relying on which names will be filled.
dataSource
Type: Stimulsoft.Report.DictionaryStiDataSource
Data source in which names will be filled.
See Also