Compartir a través de


ExecutionInfo.NumPages Propiedad

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

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Property NumPages As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
An integer value.

Vea también

Referencia

ExecutionInfo Clase

Espacio de nombres ReportExecution2005