ChartLegend.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