다음을 통해 공유


NumPages 속성

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

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

구문

‘선언
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.