Поделиться через


Свойство 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