Click or drag to resize

StiDataBuilderGetColumnPathFromNode Method (TreeNode, Boolean, Boolean)

Returns the ColumnPath from TreeNode.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string GetColumnPathFromNode(
	TreeNode node,
	bool useRelationName,
	bool isDataExpression = false
)

Parameters

node
Type: System.Windows.FormsTreeNode
TreeNode to build the string view of a column.
useRelationName
Type: SystemBoolean

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

isDataExpression (Optional)
Type: SystemBoolean

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

Return Value

Type: String
ColumnPath.
See Also