ChartLegendColumn.ColumnType Property

Definition

Gets the column type of this legend column.

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

Property Value

A ReportEnumProperty<EnumType> object that represents the column type of this legend column.

Applies to