Condividi tramite


Proprietà ChartLegend.LegendTitle

Gets the legend title.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LegendTitle As ChartLegendTitle 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendTitle
A ChartLegendTitle object.

Vedere anche

Riferimento

ChartLegend Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering