Classe ChartLegendColumnCollection
Represents a collection of ChartLegendColumn objects.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ChartLegendColumnCollection _
Inherits ChartObjectCollectionBase(Of ChartLegendColumn, ChartLegendColumnInstance)
'Uso
Dim instance As ChartLegendColumnCollection
public sealed class ChartLegendColumnCollection : ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>
public ref class ChartLegendColumnCollection sealed : public ChartObjectCollectionBase<ChartLegendColumn^, ChartLegendColumnInstance^>
[<SealedAttribute>]
type ChartLegendColumnCollection =
class
inherit ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>
end
public final class ChartLegendColumnCollection extends ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>
O tipo ChartLegendColumnCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items in the collection. (Substitui ChartObjectCollectionBase<T, U>.Count.) | |
Item | Gets an item in the collection by its index. (Herdado de ChartObjectCollectionBase<T, U>.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetEnumerator | Infraestrutura. Gets an enumerator that iterates through the collection. (Herdado de ChartObjectCollectionBase<T, U>.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerable.GetEnumerator | Infraestrutura. Gets an enumerator that iterates through the collection. (Herdado de ChartObjectCollectionBase<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.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering