Właściwość ActionCollection.Count
Pobiera liczbę elementów kolekcja.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Count As Integer
Get
'Użycie
Dim instance As ActionCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int
function get Count () : int
Wartość właściwości
Typ: System.Int32
Całkowitą wartość zawierającą liczbę elementów kolekcja.
Zobacz także