Partager via


NumPages propriété

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

Espace de noms :  ReportExecution2005
Assembly :  ReportExecution2005 (dans ReportExecution2005.dll)

Syntaxe

'Déclaration
Public Property NumPages As Integer
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Int32
An integer value.