ReportSection.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 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
屬性值
型別:System.Boolean
A Boolean value.
備註
The Globals!OverallTotalPages value is the total page count of the entire report.