Share via


ChartLegend.HeaderSeparatorColor Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property HeaderSeparatorColor As ReportColorProperty 
    Get
'Usage
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

Property Value

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

See Also

Reference

ChartLegend Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace