次の方法で共有


Map.MapDataRegions プロパティ

マップのデータ領域のコレクションを取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property MapDataRegions As IList(Of MapDataRegion)
    Get 
    Set
'使用
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>)

プロパティ値

型: System.Collections.Generic.IList<MapDataRegion>
IList<T> オブジェクト。

関連項目

参照

Map クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間