Freigeben über


PageSection.PrintOnLastPage-Eigenschaft

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

Eigenschaftswert

Typ: System.Boolean
A Boolean value.

Siehe auch

Verweis

PageSection Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace