Partager via


Propriété ReportItemCollection.Count

Gets the number of items on the report.

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 ReportItemCollection 
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 contains the number of items on the report.

Voir aussi

Référence

ReportItemCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering