Share via


ChartLegendCustomItem.SeparatorColor Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the color of the item separator.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property SeparatorColor As ReportColorProperty 
    Get
'Usage
Dim instance As ChartLegendCustomItem 
Dim value As ReportColorProperty 

value = instance.SeparatorColor
public ReportColorProperty SeparatorColor { get; }
public:
property ReportColorProperty^ SeparatorColor {
    ReportColorProperty^ get ();
}
member SeparatorColor : ReportColorProperty
function get SeparatorColor () : ReportColorProperty

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object that represents the color of the item separator.

See Also

Reference

ChartLegendCustomItem Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace