FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ParagraphField Class / OutlineParent Property

In This Topic
    OutlineParent Property (ParagraphField)
    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