Udostępnij przez


Właściwość ChartLegend.HeaderSeparatorColor

Pobiera wyrażenie definiującego Kolor separatora nagłówka legendy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property HeaderSeparatorColor As ReportColorProperty
    Get
'Użycie
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