Compartilhar via


Propriedade do RDL 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.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property NeedsOverallTotalPages As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
A Boolean value.

Comentários

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

Consulte também

Referência

ReportSection Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering