Partager via


Propriété HeaderSeparatorColor

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

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

Syntaxe

'Déclaration
Public ReadOnly Property HeaderSeparatorColor As ReportColorProperty
    Get
'Utilisation
Dim instance As ChartLegend
Dim value As ReportColorProperty

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