MapElementViewInstance.LayerName Property

Gets the calculated value of the LayerName property in a MapElementView class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property LayerName As String
    Get
'Usage
Dim instance As MapElementViewInstance
Dim value As String

value = instance.LayerName
public string LayerName { get; }
public:
property String^ LayerName {
    String^ get ();
}
member LayerName : string
function get LayerName () : String

Property Value

Type: System.String
A string value that represents the calculated value of the LayerName property.