Partager via


Propriété Report.NumberOfPages

Gets the number of pages in the report.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NumberOfPages As Integer 
    Get
'Utilisation
Dim instance As Report 
Dim value As Integer 

value = instance.NumberOfPages
public int NumberOfPages { get; }
public:
property int NumberOfPages {
    int get ();
}
member NumberOfPages : int
function get NumberOfPages () : int

Valeur de propriété

Type : System.Int32
An integer value containing the number of pages in the report.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering