次の方法で共有


ChartLegend.ColumnSeparatorColor プロパティ

列の区切り線に使用する色に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property ColumnSeparatorColor As ReportColorProperty 
    Get
'使用
Dim instance As ChartLegend 
Dim value As ReportColorProperty 

value = instance.ColumnSeparatorColor
public ReportColorProperty ColumnSeparatorColor { get; }
public:
property ReportColorProperty^ ColumnSeparatorColor {
    ReportColorProperty^ get ();
}
member ColumnSeparatorColor : ReportColorProperty
function get ColumnSeparatorColor () : ReportColorProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
ReportColorProperty オブジェクト。

関連項目

参照

ChartLegend クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間