次の方法で共有


ChartLegendInstance.HeaderSeparator プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

ChartLegendInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間