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

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