NeedsPageBreakTotalPages 屬性
Gets a value that indicates whether to the Globals!TotalPages 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 NeedsPageBreakTotalPages As Boolean
Get
'用途
Dim instance As Report
Dim value As Boolean
value = instance.NeedsPageBreakTotalPages
public bool NeedsPageBreakTotalPages { get; }
public:
property bool NeedsPageBreakTotalPages {
bool get ();
}
member NeedsPageBreakTotalPages : bool
function get NeedsPageBreakTotalPages () : boolean
屬性值
型別:System. . :: . .Boolean
A Boolean value.
備註
The Globals!TotalPages value is the total page count of a section in the report where PageBreak is used.