Partager via


Propriété MapLegend.MapLegendTitle

Gets or sets a title for the map legend.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapLegendTitle As MapLegendTitle 
    Get 
    Set
'Utilisation
Dim instance As MapLegend 
Dim value As MapLegendTitle 

value = instance.MapLegendTitle

instance.MapLegendTitle = value
public MapLegendTitle MapLegendTitle { get; set; }
public:
property MapLegendTitle^ MapLegendTitle {
    MapLegendTitle^ get ();
    void set (MapLegendTitle^ value);
}
member MapLegendTitle : MapLegendTitle with get, set
function get MapLegendTitle () : MapLegendTitle 
function set MapLegendTitle (value : MapLegendTitle)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.MapLegendTitle
A MapLegendTitle object.

Voir aussi

Référence

MapLegend Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel