Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 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
Property Value
Type: System.Boolean
A Boolean value.
Remarks
The Globals!OverallTotalPages value is the total page count of the entire report.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace