Click or drag to resize

StiDataBuilderBuildBusinessObject Method (StiBusinessObject, TreeNode, Boolean, Boolean)

Builds TreeNode from the Business Object.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void BuildBusinessObject(
	StiBusinessObject businessObject,
	TreeNode parentNode,
	bool includeColumns,
	bool includeCalcColumns
)

Parameters

businessObject
Type: Stimulsoft.Report.DictionaryStiBusinessObject

[Missing <param name="businessObject"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataBuilder.BuildBusinessObject(Stimulsoft.Report.Dictionary.StiBusinessObject,System.Windows.Forms.TreeNode,System.Boolean,System.Boolean)"]

parentNode
Type: System.Windows.FormsTreeNode

[Missing <param name="parentNode"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataBuilder.BuildBusinessObject(Stimulsoft.Report.Dictionary.StiBusinessObject,System.Windows.Forms.TreeNode,System.Boolean,System.Boolean)"]

includeColumns
Type: SystemBoolean

[Missing <param name="includeColumns"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataBuilder.BuildBusinessObject(Stimulsoft.Report.Dictionary.StiBusinessObject,System.Windows.Forms.TreeNode,System.Boolean,System.Boolean)"]

includeCalcColumns
Type: SystemBoolean

[Missing <param name="includeCalcColumns"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataBuilder.BuildBusinessObject(Stimulsoft.Report.Dictionary.StiBusinessObject,System.Windows.Forms.TreeNode,System.Boolean,System.Boolean)"]

See Also