ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / PageSection Class / PrintOnLastPage Property

In This Topic
    PrintOnLastPage Property
    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 System.Boolean
    public System.bool PrintOnLastPage {get; set;}
    See Also