Класс 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