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


Свойство MapElementView.LayerName

Gets or sets the name of the map layer that contains the spatial element that is to be centered in a map viewport.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property LayerName As ReportExpression 
    Get 
    Set
'Применение
Dim instance As MapElementView 
Dim value As ReportExpression 

value = instance.LayerName

instance.LayerName = value
public ReportExpression LayerName { get; set; }
public:
property ReportExpression LayerName {
    ReportExpression get ();
    void set (ReportExpression value);
}
member LayerName : ReportExpression with get, set
function get LayerName () : ReportExpression 
function set LayerName (value : ReportExpression)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

См. также

Справочник

MapElementView Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel