Click or drag to resize

StiDataBuilderBuild Method

Builds TreeNodeCollection from dictionary.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Build(
	TreeNodeCollection nodes,
	StiDictionary dictionary,
	bool dictionaryDesign,
	bool includeCalcColumn
)

Parameters

nodes
Type: System.Windows.FormsTreeNodeCollection
Collection TreeNode.
dictionary
Type: Stimulsoft.Report.DictionaryStiDictionary
Dictionary data.
dictionaryDesign
Type: SystemBoolean
If true then, when rendering, aliases are used.
includeCalcColumn
Type: SystemBoolean
If true then, when rendering, CalcDataColumn are included.
See Also