Click or drag to resize

StiDataBuilderGetColumnPathFromNodeWithAlias Method

Returns the string view of a column from TreeNode taking into consideration aliases.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string GetColumnPathFromNodeWithAlias(
	TreeNode node
)

Parameters

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

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiDataBuilder.GetColumnPathFromNodeWithAlias(System.Windows.Forms.TreeNode)"]

See Also