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

In This Topic
    FirstPage Property
    In This Topic
    Gets or sets the PageLayout used for the first page of the current document.
    Syntax
    'Declaration
     
    Public Property FirstPage As PageLayout
    public PageLayout FirstPage {get; set;}
    See Also