Compartir a través de


Report.NeedsTotalPages Propiedad

Gets a value that indicates whether to the Globals!TotalPages or 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 NeedsTotalPages As Boolean 
    Get
'Uso
Dim instance As Report 
Dim value As Boolean 

value = instance.NeedsTotalPages
public bool NeedsTotalPages { get; }
public:
property bool NeedsTotalPages {
    bool get ();
}
member NeedsTotalPages : bool
function get NeedsTotalPages () : 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.

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

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering