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


Класс MapObjectCollectionBase<T>

Represents a collection of IMapObjectCollectionItem objects.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>
    Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<T>
      Подробнее...

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

Синтаксис

'Декларация
Public MustInherit Class MapObjectCollectionBase(Of T As IMapObjectCollectionItem) _
    Inherits ReportElementCollectionBase(Of T)
'Применение
Dim instance As MapObjectCollectionBase(Of T)
public abstract class MapObjectCollectionBase<T> : ReportElementCollectionBase<T>
where T : IMapObjectCollectionItem
generic<typename T>
where T : IMapObjectCollectionItem 
public ref class MapObjectCollectionBase abstract : public ReportElementCollectionBase<T>
[<AbstractClassAttribute>]
type MapObjectCollectionBase<'T when 'T : IMapObjectCollectionItem> =  
    class 
        inherit ReportElementCollectionBase<'T>
    end
JScript не поддерживает стандартные типы и методы.

Параметры типа

  • T
    The type of the item in the collection.

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

Конструкторы

  Имя Описание
Защищенный метод MapObjectCollectionBase<T> Initializes a new instance of the MapObjectCollectionBase<T> class.

В начало

Свойства

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

В начало

Методы

  Имя Описание
Защищенный метод CreateMapObject Инфраструктура. Creates a map object based on the item with the specified index in the collection.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator Gets the enumerator for this ReportElementCollectionBase<T>. (Производный от ReportElementCollectionBase<T>.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable.GetEnumerator Инфраструктура. Gets the enumerator that iterates through the collection. (Производный от ReportElementCollectionBase<T>.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>
    Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<T>
      Microsoft.ReportingServices.OnDemandReportRendering.MapBindingFieldPairCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapBucketCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapCustomColorCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegionCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapFieldDefinitionCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapFieldNameCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapLayerCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapLegendCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapLineCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapPointCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapTileCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapTitleCollection