Udostępnij za pośrednictwem


MapLegend.MapLegendTitle Property

Gets or sets a title for the map legend.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

Property Value

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

See Also

Reference

MapLegend Class

Microsoft.ReportingServices.RdlObjectModel Namespace