Класс ChartLegendCustomItemCollection
Represents a collection of ChartLegendCustomItem objects.
Иерархия наследования
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartLegendCustomItem, ChartLegendCustomItemInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendCustomItemCollection
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class ChartLegendCustomItemCollection _
Inherits ChartObjectCollectionBase(Of ChartLegendCustomItem, ChartLegendCustomItemInstance)
'Применение
Dim instance As ChartLegendCustomItemCollection
public sealed class ChartLegendCustomItemCollection : ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
public ref class ChartLegendCustomItemCollection sealed : public ChartObjectCollectionBase<ChartLegendCustomItem^, ChartLegendCustomItemInstance^>
[<SealedAttribute>]
type ChartLegendCustomItemCollection =
class
inherit ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
end
public final class ChartLegendCustomItemCollection extends ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
Тип ChartLegendCustomItemCollection обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.