Поделиться через


Класс LinearGaugeCollection

Represents a collection of LinearGauge objects.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<LinearGauge>
    Microsoft.ReportingServices.OnDemandReportRendering.LinearGaugeCollection

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Count Gets the number of items in the collection. (Переопределяет GaugePanelObjectCollectionBase<T>.Count.)
Открытое свойство Item[Int32] Gets the item at the specified index. (Производный от GaugePanelObjectCollectionBase<T>.)
Открытое свойство Item[String] Gets the item that has the specified name.

В начало

Методы

  Имя Описание
Открытый метод 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