次の方法で共有


ChartLegendColumn.ColumnType プロパティ

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

列の種類を取得または設定します。

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

構文

'宣言
Public Property ColumnType As ChartLegendColumnTypes 
    Get 
    Set
'使用
Dim instance As ChartLegendColumn 
Dim value As ChartLegendColumnTypes 

value = instance.ColumnType

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumnTypes
ChartLegendColumnTypes オブジェクト。

関連項目

参照

ChartLegendColumn クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間