MapDataRegionName 속성
Gets or sets 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
A string value.