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.
Gets the legend title.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LegendTitle As ChartLegendTitle
Get
'Usage
Dim instance As ChartLegend
Dim value As ChartLegendTitle
value = instance.LegendTitle
public ChartLegendTitle LegendTitle { get; }
public:
property ChartLegendTitle^ LegendTitle {
ChartLegendTitle^ get ();
}
member LegendTitle : ChartLegendTitle
function get LegendTitle () : ChartLegendTitle
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendTitle
A ChartLegendTitle object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace