Partager via


Propriété ChartLegend.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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Voir aussi

Référence

ChartLegend Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering