ReportSection.NeedsOverallTotalPages Property
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 (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NeedsOverallTotalPages As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value.
Remarks
The Globals!OverallTotalPages value is the total page count of the entire report.
See Also