Compartir a través de


MapElementViewInstance.LayerName Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property LayerName As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapElementViewInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering