Click or drag to resize

StiDataBuilderBuildBusinessObjects Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiDataBuilder.BuildBusinessObjects(Stimulsoft.Report.Dictionary.StiBusinessObjectsCollection,System.Windows.Forms.TreeNode,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void BuildBusinessObjects(
	StiBusinessObjectsCollection objects,
	TreeNode parentNode,
	bool includeColumns,
	bool includeCalcColumns
)

Parameters

objects
Type: Stimulsoft.Report.DictionaryStiBusinessObjectsCollection

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

parentNode
Type: System.Windows.FormsTreeNode

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

includeColumns
Type: SystemBoolean

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

includeCalcColumns
Type: SystemBoolean

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

See Also