Proprietà PrintOnLastPage
Indicates if the page section should be shown on the last page of the report.
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