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
)
Public Sub RetrievalData (
<OutAttribute> ByRef usedRelations As Hashtable,
<OutAttribute> ByRef usedDataSources As Hashtable,
<OutAttribute> ByRef usedColumns As Hashtable
)
Parameters
- usedRelations
- Type: System.CollectionsHashtable
Used relations. - usedDataSources
- Type: System.CollectionsHashtable
Used data sources. - usedColumns
- Type: System.CollectionsHashtable
Used columns.
See Also