Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.String
A string value that represents the calculated value of the LayerName property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace