FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / ParentReport Property

In This Topic
    ParentReport Property (FlexReport)
    In This Topic
    Gets the main report that contains this subreport (null for main reports).
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentReport As FlexReport
    public FlexReport ParentReport {get;}
    See Also