FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SubreportField Class / OutlinesVisible Property

In This Topic
    OutlinesVisible Property
    In This Topic
    Gets or sets a value indicating whether the outlines generated by this subreport should be included in the master report's outline tree.
    Syntax
    'Declaration
     
    Public Property OutlinesVisible As Boolean
    public bool OutlinesVisible {get; set;}
    See Also