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)