Map.MapDataRegions Property
Gets or sets a collection of data regions for the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapDataRegions As IList(Of MapDataRegion)
Get
Set
'Usage
Dim instance As Map
Dim value As IList(Of MapDataRegion)
value = instance.MapDataRegions
instance.MapDataRegions = value
public IList<MapDataRegion> MapDataRegions { get; set; }
public:
property IList<MapDataRegion^>^ MapDataRegions {
IList<MapDataRegion^>^ get ();
void set (IList<MapDataRegion^>^ value);
}
member MapDataRegions : IList<MapDataRegion> with get, set
function get MapDataRegions () : IList<MapDataRegion>
function set MapDataRegions (value : IList<MapDataRegion>)
Property Value
Type: System.Collections.Generic.IList<MapDataRegion>
An IList<T> object.