Класс ChartLegendCollection

Represents a collection of ChartLegend objects.

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartLegend, ChartLegendInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendCollection

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class ChartLegendCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegend, ChartLegendInstance)
'Применение
Dim instance As ChartLegendCollection
public sealed class ChartLegendCollection : ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
public ref class ChartLegendCollection sealed : public ChartObjectCollectionBase<ChartLegend^, ChartLegendInstance^>
[<SealedAttribute>]
type ChartLegendCollection =  
    class
        inherit ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
    end
public final class ChartLegendCollection extends ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>

Тип ChartLegendCollection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Gets the number of items in the collection. (Переопределяет ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >. . :: . .Count.)
Открытое свойство Item Gets an item in the collection by its index. (Производный от ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.)

В начало

Методы

  Имя Описание
Защищенный метод CreateChartObject Инфраструктура. (Производный от ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator Инфраструктура. (Производный от ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator Инфраструктура. (Производный от ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.