Partager via


Propriété MapLayer.Name

Gets the name of the map layer.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Name As String 
    Get
'Utilisation
Dim instance As MapLayer 
Dim value As String 

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

Valeur de propriété

Type : System.String
A string value that represents the name of the map layer.

Voir aussi

Référence

MapLayer Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering