Свойство MapLegendTitle

Gets or sets a title for the map legend.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property MapLegendTitle As MapLegendTitle
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .MapLegendTitle
A MapLegendTitle object.