ChartLegendCustomItemCell.CellType 属性

定义

获取单元类型。

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)

属性值

一个表示单元类型的 ReportEnumProperty<EnumType> 对象。

适用于