HeaderSeparatorColor プロパティ
凡例の見出しの区切り線に使用する色を示します。
名前空間: 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