Share via


MapElementView.LayerName Property

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property LayerName As ReportExpression 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

See Also

Reference

MapElementView Class

Microsoft.ReportingServices.RdlObjectModel Namespace