Share via


PageSection.PrintOnLastPage Property

Gets a value that indicates if the page section should be rendered on the last page of a report section.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property PrintOnLastPage As Boolean 
    Get
'Usage
Dim instance As PageSection 
Dim value As Boolean 

value = instance.PrintOnLastPage
public bool PrintOnLastPage { get; }
public:
property bool PrintOnLastPage {
    bool get ();
}
member PrintOnLastPage : bool
function get PrintOnLastPage () : boolean

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

PageSection Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace