OutlineParent Property (FlexChartField)
In This Topic
Gets or sets the name of the object that will be the parent of the current object in the outline tree. If unspecified, the report hierarchy will be used to determine the parent.
Syntax
'Declaration
Public Property OutlineParent As String
public string OutlineParent {get; set;}
See Also