Свойство HeaderSeparatorColor

Gets the calculated value of the HeaderSeparatorColor property in a ChartLegend class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property HeaderSeparatorColor As ReportColor
    Get
'Применение
Dim instance As ChartLegendInstance
Dim value As ReportColor

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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor value that represents the calculated value of the HeaderSeparatorColor property.