共用方式為


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.