Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.