Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / PageSection Class / PrintOnFirstPage Property

In This Topic
    PrintOnFirstPage Property (PageSection)
    In This Topic
    Gets or sets the value indicating if the page section should be shown on the first page of the report. Not used in single-page reports if this is a PageFooter.
    Syntax
    'Declaration
     
    Public Property PrintOnFirstPage As Boolean
    public bool PrintOnFirstPage {get; set;}
    See Also