MapDataRegionCollection Class

Definition

Represents a collection of MapDataRegion objects.

public ref class MapDataRegionCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::MapDataRegion ^>
public sealed class MapDataRegionCollection : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegion>
type MapDataRegionCollection = class
    inherit MapObjectCollectionBase<MapDataRegion>
Public NotInheritable Class MapDataRegionCollection
Inherits MapObjectCollectionBase(Of MapDataRegion)
Inheritance

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

(Inherited from MapObjectCollectionBase<T>)
Item[String]

Gets the item that has the specified name.

Methods

CreateMapObject(Int32)

Creates a map object based on the item with the specified index in the collection.

(Inherited from MapObjectCollectionBase<T>)
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>)

Applies to