次の方法で共有


MapVectorLayer.MapDataRegionName プロパティ

使用するデータが格納されているデータ領域の名前を取得します。値の設定も可能です。

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

構文

'宣言
Public Property MapDataRegionName As String 
    Get 
    Set
'使用
Dim instance As MapVectorLayer 
Dim value As String 

value = instance.MapDataRegionName

instance.MapDataRegionName = value
public string MapDataRegionName { get; set; }
public:
property String^ MapDataRegionName {
    String^ get ();
    void set (String^ value);
}
member MapDataRegionName : string with get, set
function get MapDataRegionName () : String 
function set MapDataRegionName (value : String)

プロパティ値

型: System.String
使用するデータが格納されているデータ領域の名前。

関連項目

参照

MapVectorLayer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間