Proprietà MapLegend.MapLegendTitle

Gets or sets a title for the map legend.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapLegendTitle As MapLegendTitle 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

MapLegend Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel