Compartilhar via


Propriedade do RDL ChartObjectCollectionBase<T, U>.Count

Gets the number of items in the collection.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ChartObjectCollectionBase<T, U> Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering