次の方法で共有


ChartLegendColumnInstance.ColumnType プロパティ

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

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

構文

'宣言
Public ReadOnly Property ColumnType As ChartColumnType 
    Get
'使用
Dim instance As ChartLegendColumnInstance 
Dim value As ChartColumnType 

value = instance.ColumnType
public ChartColumnType ColumnType { get; }
public:
property ChartColumnType ColumnType {
    ChartColumnType get ();
}
member ColumnType : ChartColumnType
function get ColumnType () : ChartColumnType

プロパティ値

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

関連項目

参照

ChartLegendColumnInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間