CellType プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

セルの種類。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property CellType As ChartLegendItemCellTypes
    Get
    Set
'使用
Dim instance As ChartLegendCustomItemCell
Dim value As ChartLegendItemCellTypes

value = instance.CellType

instance.CellType = value
public ChartLegendItemCellTypes CellType { get; set; }
public:
property ChartLegendItemCellTypes CellType {
    ChartLegendItemCellTypes get ();
    void set (ChartLegendItemCellTypes value);
}
member CellType : ChartLegendItemCellTypes with get, set
function get CellType () : ChartLegendItemCellTypes
function set CellType (value : ChartLegendItemCellTypes)