ChartLegendCustomItemCollection Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Представляет коллекцию объектов ChartLegendCustomItem.
public ref class ChartLegendCustomItemCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItem ^, Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemInstance ^>
public sealed class ChartLegendCustomItemCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItem,Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemInstance>
type ChartLegendCustomItemCollection = class
inherit ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
Public NotInheritable Class ChartLegendCustomItemCollection
Inherits ChartObjectCollectionBase(Of ChartLegendCustomItem, ChartLegendCustomItemInstance)
- Наследование
-
ChartLegendCustomItemCollection
Свойства
Count |
Возвращает количество элементов в коллекции. |
Item[Int32] |
Возвращает объект в коллекции по его индексу. (Унаследовано от ChartObjectCollectionBase<T,U>) |
Методы
CreateChartObject(Int32) |
Создает объект диаграммы по указанному индексу. (Унаследовано от ChartObjectCollectionBase<T,U>) |
GetEnumerator() |
Получает перечислитель, выполняющий итерацию элементов в коллекции. (Унаследовано от ChartObjectCollectionBase<T,U>) |
Явные реализации интерфейса
IEnumerable.GetEnumerator() |
Получает перечислитель, выполняющий итерацию элементов в коллекции. (Унаследовано от ChartObjectCollectionBase<T,U>) |