Propriété ExecutionInfo.NumPages
Gets or sets the number of logical pages, including soft page breaks, in the report.
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (en 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 propriété
Type : System.Int32
An integer value.