Класс GaugeImageCollection
Represents a collection of GaugeImage objects.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<GaugeImage>
Microsoft.ReportingServices.OnDemandReportRendering.GaugeImageCollection
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class GaugeImageCollection _
Inherits GaugePanelObjectCollectionBase(Of GaugeImage)
'Применение
Dim instance As GaugeImageCollection
public sealed class GaugeImageCollection : GaugePanelObjectCollectionBase<GaugeImage>
public ref class GaugeImageCollection sealed : public GaugePanelObjectCollectionBase<GaugeImage^>
[<SealedAttribute>]
type GaugeImageCollection =
class
inherit GaugePanelObjectCollectionBase<GaugeImage>
end
public final class GaugeImageCollection extends GaugePanelObjectCollectionBase<GaugeImage>
Тип GaugeImageCollection обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of items in the collection. (Переопределяет GaugePanelObjectCollectionBase<T>.Count.) | |
Item[String] | Gets the item that has the specified name. | |
Item[Int32] | Gets the item at the specified index. (Производный от GaugePanelObjectCollectionBase<T>.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetEnumerator | Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Производный от GaugePanelObjectCollectionBase<T>.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerable.GetEnumerator | Инфраструктура. Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Производный от GaugePanelObjectCollectionBase<T>.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering