Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Title display in the legend.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartLegendTitle As ChartLegendTitle
Get
Set
'Usage
Dim instance As ChartLegend
Dim value As ChartLegendTitle
value = instance.ChartLegendTitle
instance.ChartLegendTitle = value
public ChartLegendTitle ChartLegendTitle { get; set; }
public:
property ChartLegendTitle^ ChartLegendTitle {
ChartLegendTitle^ get ();
void set (ChartLegendTitle^ value);
}
member ChartLegendTitle : ChartLegendTitle with get, set
function get ChartLegendTitle () : ChartLegendTitle
function set ChartLegendTitle (value : ChartLegendTitle)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartLegendTitle
A ChartLegendTitle object.