Condividi tramite


Proprietà ReportSection.NeedsPageBreakTotalPages

Gets a value that indicates whether to the Globals!TotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.

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

Sintassi

'Dichiarazione
Public ReadOnly Property NeedsPageBreakTotalPages As Boolean 
    Get
'Utilizzo
Dim instance As ReportSection 
Dim value As Boolean 

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

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Osservazioni

The Globals!TotalPages value is the total page count of a section in the report where PageBreak is used.

Vedere anche

Riferimento

ReportSection Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering