Condividi tramite


Proprietà ReportElementCollectionBase<T>.Count

Gets the number of items in the collection.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property Count As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ReportElementCollectionBase<T> Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering