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