ChartLegendCustomItemCell.CellType Property

Definition

Gets the cell type.

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

Property Value

A ReportEnumProperty<EnumType> object that represents the cell type.

Applies to