Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 ReportElementCollectionBase
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
ReportElementCollectionBase<T> Classe
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering