次の方法で共有


ChartLegendCustomItemInstance.Separator プロパティ

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

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

構文

'宣言
Public ReadOnly Property Separator As ChartSeparators 
    Get
'使用
Dim instance As ChartLegendCustomItemInstance 
Dim value As ChartSeparators 

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

プロパティ値

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

関連項目

参照

ChartLegendCustomItemInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間