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

In This Topic
    ParentReport Property (StrongNamedReportObject)
    In This Topic
    Gets the FlexReport object containing this object.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property ParentReport As FlexReport
    public abstract FlexReport ParentReport {get;}
    See Also