次の方法で共有


ChartLegendInstance.ColumnSeparator プロパティ

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

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

構文

'宣言
Public ReadOnly Property ColumnSeparator As ChartSeparators 
    Get
'使用
Dim instance As ChartLegendInstance 
Dim value As ChartSeparators 

value = instance.ColumnSeparator
public ChartSeparators ColumnSeparator { get; }
public:
property ChartSeparators ColumnSeparator {
    ChartSeparators get ();
}
member ColumnSeparator : ChartSeparators
function get ColumnSeparator () : ChartSeparators

プロパティ値

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

関連項目

参照

ChartLegendInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間