Partager via


Propriété ChartLegendCustomItem.SeparatorColor

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the color of the item separator.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SeparatorColor As ReportColorProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartLegendCustomItem Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering