Click or drag to resize

StiDictionaryRetrievalData Method

Returns Hashtables with the used relations, data sources and columns.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void RetrievalData(
	out Hashtable usedRelations,
	out Hashtable usedDataSources,
	out Hashtable usedColumns
)

Parameters

usedRelations
Type: System.CollectionsHashtable
Used relations.
usedDataSources
Type: System.CollectionsHashtable
Used data sources.
usedColumns
Type: System.CollectionsHashtable
Used columns.
See Also