StiDataBuilderBuildDataSource Method |
Builds TreeNode from the Data Source.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void BuildDataSource(
StiDataSource dataSource,
ref TreeNodeEx dataNode,
bool includeCalcColumn
)
Public Sub BuildDataSource (
dataSource As StiDataSource,
ByRef dataNode As TreeNodeEx,
includeCalcColumn As Boolean
)
Parameters
- dataSource
- Type: Stimulsoft.Report.DictionaryStiDataSource
Data Source for building. - dataNode
- Type: Stimulsoft.Report.DictionaryTreeNodeEx
Builded TreeNode. - includeCalcColumn
- Type: SystemBoolean
[Missing <param name="includeCalcColumn"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataBuilder.BuildDataSource(Stimulsoft.Report.Dictionary.StiDataSource,Stimulsoft.Report.Dictionary.TreeNodeEx@,System.Boolean)"]
See Also