PageSection.PrintOnLastPage Propiedad
Gets a value that indicates if the page section should be rendered on the last page of a report section.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property PrintOnLastPage As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
A Boolean value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering