Propriété Count
Gets the number of data values in the collection.
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 DataValueCollection
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 value containing the number of data values in the collection.
Voir aussi