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
)
Public Shared Function GetDataBandColumnPathFromNode (
node As TreeNode,
useRelationName As Boolean
) As String
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:
StringColumnPath.
See Also