HeaderSeparatorColor 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property HeaderSeparatorColor As ReportColorProperty
    Get
‘사용 방법
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