共用方式為


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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

請參閱

參考

ChartLegend 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間