Partager via


Propriété 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)