MapDataRegionCollection 클래스

정의

MapDataRegion 개체의 컬렉션을 나타냅니다.

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)
상속

속성

Count

컬렉션의 항목 수를 가져옵니다.

Item[Int32]

지정한 인덱스에 있는 항목을 가져옵니다.

(다음에서 상속됨 MapObjectCollectionBase<T>)
Item[String]

지정한 이름을 가진 항목을 가져옵니다.

메서드

CreateMapObject(Int32)

컬렉션의 지정된 인덱스가 있는 항목을 기반으로 지도 개체를 만듭니다.

(다음에서 상속됨 MapObjectCollectionBase<T>)
GetEnumerator()

ReportElementCollectionBase<T>의 열거자를 가져옵니다.

(다음에서 상속됨 ReportElementCollectionBase<T>)

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

컬렉션 전체를 반복하는 열거자를 가져옵니다.

(다음에서 상속됨 ReportElementCollectionBase<T>)

적용 대상