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.