FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FieldBase Class / OutlineParent Property

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