Condividi tramite


Proprietà PageSection.PrintOnLastPage

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PrintOnLastPage As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

PageSection Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering