ExecutionInfo.NumPages Property

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

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Property NumPages As Integer
    Get
    Set
'Usage
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)

Property Value

Type: System.Int32
An integer value.