Поделиться через


Свойство 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