共用方式為


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