Compartir a través de


ReportElementCollectionBase<T>.Count Propiedad

Gets the number of items in the collection.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Count As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ReportElementCollectionBase<T> Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering