Compartir a través de


NeedsOverallTotalPages Propiedad

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.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property NeedsOverallTotalPages As Boolean
    Get
'Uso
Dim instance As Report
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 de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value.

Comentarios

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