CellType プロパティ

ChartLegendCustomItemCell クラスの CellType プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property CellType As ChartCellType
    Get
'使用
Dim instance As ChartLegendCustomItemCellInstance
Dim value As ChartCellType

value = instance.CellType
public ChartCellType CellType { get; }
public:
property ChartCellType CellType {
    ChartCellType get ();
}
member CellType : ChartCellType
function get CellType () : ChartCellType

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartCellType
CellType プロパティの計算値を表す ChartCellType 値。