Partager via


Propriété PageCollection.Count

Gets the number of pages rendered so far.

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

Syntaxe

'Déclaration
Public ReadOnly Property Count As Integer 
    Get
'Utilisation
Dim instance As PageCollection 
Dim value As Integer 

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

Valeur de propriété

Type : System.Int32
An integer that indicates the number of pages rendered.

Voir aussi

Référence

PageCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering