ChartLegend.ColumnSeparator Property

Definition

Gets an expression that evaluates to a value that indicates what type of separator to use for the columns.

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

Property Value

A ReportEnumProperty<EnumType> object.

Applies to