Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering