Freigeben über


MapDataRegions-Eigenschaft

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

Eigenschaftswert

Typ: System.Collections.Generic. . :: . .IList< (Of < ( <'MapDataRegion> ) > ) >
An IList<(Of <(<'T>)>)> object.