다음을 통해 공유


Report.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.

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스