StiDictionaryGetUnusedRelationsFromDataStore Method (Hashtable) |
Returns Collection of unused relations.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiDataRelationsCollection GetUnusedRelationsFromDataStore(
ref Hashtable categories
)
Public Function GetUnusedRelationsFromDataStore (
ByRef categories As Hashtable
) As StiDataRelationsCollection
Parameters
- categories
- Type: System.CollectionsHashtable
Collection of unused relations will be added to this Hashtable.
Return Value
Type:
StiDataRelationsCollectionReturns Collection of unused relations.
See Also