共用方式為


ChartLegend.ColumnSeparatorColor 屬性

Gets an expression that evaluates to the color to use for the column separator.

命名空間:  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
A ReportColorProperty object.

請參閱

參考

ChartLegend 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間