Propriedade do RDL MapElementViewInstance.LayerName
Gets the calculated value of the LayerName property in a MapElementView class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A string value that represents the calculated value of the LayerName property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering