Map.MapDataRegions Property

Definition

Gets or sets a collection of data regions for the map.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapDataRegion ^> ^ MapDataRegions { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapDataRegion ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapDataRegion ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion> MapDataRegions { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion>))>]
member this.MapDataRegions : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion> with get, set
Public Property MapDataRegions As IList(Of MapDataRegion)

Property Value

An IList<T> object.

Attributes

Applies to