NumberOfPages 속성
Gets the number of pages in the report.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property NumberOfPages As Integer
Get
‘사용 방법
Dim instance As Report
Dim value As Integer
value = instance.NumberOfPages
public int NumberOfPages { get; }
public:
property int NumberOfPages {
int get ();
}
member NumberOfPages : int
function get NumberOfPages () : int
속성 값
형식: System. . :: . .Int32
An integer value that contains the number of pages in the report.