다음을 통해 공유


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 네임스페이스