Click or drag to resize

StiDataBuilderGetColumnPathFromNode Method (TreeNode)

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
)

Parameters

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

Return Value

Type: String
ColumnPath.
See Also