Classe ChartAreaCollection
Represents a collection of ChareArea objects.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartArea, ChartAreaInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartAreaCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ChartAreaCollection _
Inherits ChartObjectCollectionBase(Of ChartArea, ChartAreaInstance)
'Uso
Dim instance As ChartAreaCollection
public sealed class ChartAreaCollection : ChartObjectCollectionBase<ChartArea, ChartAreaInstance>
public ref class ChartAreaCollection sealed : public ChartObjectCollectionBase<ChartArea^, ChartAreaInstance^>
[<SealedAttribute>]
type ChartAreaCollection =
class
inherit ChartObjectCollectionBase<ChartArea, ChartAreaInstance>
end
public final class ChartAreaCollection extends ChartObjectCollectionBase<ChartArea, ChartAreaInstance>
O tipo ChartAreaCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items in the collection. (Substitui ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >. . :: . .Count.) | |
Item | Gets an item in the collection by its index. (Herdado de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateChartObject | Infraestrutura. (Herdado de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Infraestrutura. (Herdado de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Infraestrutura. (Herdado de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.