Gets the number of pages in the report.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
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 containing the number of pages in the report.