Proprietà ChartLegendColumn.Header
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets an expression that evaluates to the chart legend column header.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Header As ChartLegendColumnHeader
Get
'Utilizzo
Dim instance As ChartLegendColumn
Dim value As ChartLegendColumnHeader
value = instance.Header
public ChartLegendColumnHeader Header { get; }
public:
property ChartLegendColumnHeader^ Header {
ChartLegendColumnHeader^ get ();
}
member Header : ChartLegendColumnHeader
function get Header () : ChartLegendColumnHeader
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnHeader
A ChartLegendColumnHeader object that represents the chart legend column header.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering