Propriedade HeaderSeparatorColor
Indicates what color to use for the legend header separator.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property HeaderSeparatorColor As ReportColorProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.
Consulte também