MapVectorLayer.MapDataRegionName 属性

Gets or sets the name of the data region from which to consume data.

命名空间:  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
The name of the data region from which to consume data.

请参阅

参考

MapVectorLayer 类

Microsoft.ReportingServices.RdlObjectModel 命名空间