MapDataRegionCollection.Item[String] Property

Definition

Gets the item that has the specified name.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::MapDataRegion ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::MapDataRegion ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegion this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegion
Default Public ReadOnly Property Item(name As String) As MapDataRegion

Parameters

name
String

The name of the item in the collection.

Property Value

A MapDataRegion object that has the specified name.

Applies to