Свойство 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.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property NeedsOverallTotalPages As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value.

Замечания

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