ChartLegendColumn.Header Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an expression that evaluates to the chart legend column header.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendColumnHeader ^ Header { Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendColumnHeader ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnHeader Header { get; }
member this.Header : Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnHeader
Public ReadOnly Property Header As ChartLegendColumnHeader
Property Value
A ChartLegendColumnHeader object that represents the chart legend column header.