Partager via


Propriété ChartObjectCollectionBase<T, U>.Count

Gets the number of items in the collection.

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

Syntaxe

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

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

Valeur de propriété

Type : System.Int32
An int value that represents the number of items in the collection.

Voir aussi

Référence

ChartObjectCollectionBase<T, U> Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering