Propriedade do RDL ChartLegendColumn.Header
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets an expression that evaluates to the chart legend column header.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Header As ChartLegendColumnHeader
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnHeader
A ChartLegendColumnHeader object that represents the chart legend column header.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering