Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class / Owner Property

In This Topic
    Owner Property (DocumentPageLayouts)
    In This Topic
    Gets the C1PrintDocument object that owns the current DocumentPageLayouts object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As C1PrintDocument
    public C1PrintDocument Owner {get;}
    See Also