다음을 통해 공유


ExecutionInfo.NumPages 속성

Gets or sets the number of logical pages, including soft page breaks, in the report.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property NumPages As Integer 
    Get 
    Set
‘사용 방법
Dim instance As ExecutionInfo 
Dim value As Integer 

value = instance.NumPages

instance.NumPages = value
public int NumPages { get; set; }
public:
property int NumPages {
    int get ();
    void set (int value);
}
member NumPages : int with get, set
function get NumPages () : int 
function set NumPages (value : int)

속성 값

유형: System.Int32
An integer value.

참고 항목

참조

ExecutionInfo 클래스

ReportExecution2005 네임스페이스