StiDataBuilder Constructor (Hashtable, Hashtable, Hashtable, StiTreeView) |
Creates a new object of the type StiDataBuilderEx.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiDataBuilder(
Hashtable usedRelations,
Hashtable usedDataSources,
Hashtable usedColumns,
StiTreeView treeView
)
Public Sub New (
usedRelations As Hashtable,
usedDataSources As Hashtable,
usedColumns As Hashtable,
treeView As StiTreeView
)
Parameters
- usedRelations
- Type: System.CollectionsHashtable
Relations being used in the dictionary. - usedDataSources
- Type: System.CollectionsHashtable
Data sources being used. - usedColumns
- Type: System.CollectionsHashtable
Columns being used. - treeView
- Type: Stimulsoft.Report.ControlsStiTreeView
[Missing <param name="treeView"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataBuilder.#ctor(System.Collections.Hashtable,System.Collections.Hashtable,System.Collections.Hashtable,Stimulsoft.Report.Controls.StiTreeView)"]
See Also