Condividi tramite


Proprietà ReportSection.NeedsOverallTotalPages

Gets a value that indicates whether the Globals!OverallTotalPages 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 NeedsOverallTotalPages As Boolean 
    Get
'Utilizzo
Dim instance As ReportSection 
Dim value As Boolean 

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

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Osservazioni

The Globals!OverallTotalPages value is the total page count of the entire report.

Vedere anche

Riferimento

ReportSection Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering