Partager via


Propriété ColumnSeparatorColor

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ColumnSeparatorColor As ReportColorProperty
    Get
'Utilisation
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