Click or drag to resize

StiDataBuilder.GetPropertyInfoPathFromNode Method

Returns the PropertyInfoPath from TreeNode.

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

Parameters

node
Type: System.Windows.Forms.TreeNode
TreeNode to build the string view of a PropertyInfo.

Return Value

Type: String
PropertyInfoPath.
See Also