Click or drag to resize

StiDataBuilderGetDataBandColumnPathFromNode Method

Returns the ColumnPath from TreeNode for Interaction.

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

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.GetDataBandColumnPathFromNode(System.Windows.Forms.TreeNode,System.Boolean)"]

Return Value

Type: String
ColumnPath.
See Also