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.