MapObjectCollectionBase<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of IMapObjectCollectionItem objects.
generic <typename T>
where T : IMapObjectCollectionItempublic ref class MapObjectCollectionBase abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<T>
public abstract class MapObjectCollectionBase<T> : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T> where T : IMapObjectCollectionItem
type MapObjectCollectionBase<'T (requires 'T :> IMapObjectCollectionItem)> = class
inherit ReportElementCollectionBase<'T (requires 'T :> IMapObjectCollectionItem)>
Public MustInherit Class MapObjectCollectionBase(Of T)
Inherits ReportElementCollectionBase(Of T)
Type Parameters
- T
The type of the item in the collection.
- Inheritance
- Derived
Constructors
MapObjectCollectionBase<T>() |
Initializes a new instance of the MapObjectCollectionBase<T> class. |
Properties
Count |
Gets the number of items in the collection. (Inherited from ReportElementCollectionBase<T>) |
Item[Int32] |
Gets the item at the specified index. |
Methods
CreateMapObject(Int32) |
Creates a map object based on the item with the specified index in the collection. |
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |