ChartLegend.HeaderSeparator Property

Definition

Gets an expression that evaluates to the type of separator to use for the legend header.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartSeparators> ^ HeaderSeparator { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartSeparators> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators> HeaderSeparator { get; }
member this.HeaderSeparator : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators>
Public ReadOnly Property HeaderSeparator As ReportEnumProperty(Of ChartSeparators)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to