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