ChartObjectCollectionBase<T, U>.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 ChartObjectCollectionBase
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
ChartObjectCollectionBase<T, U> Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering