Reports for WPF | ComponentOne
C1.C1Report Namespace / C1Report Class / ParentReport Property

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