FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / ParentReport Property

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