Partilhar via


Propriedade do RDL ChartLegendCustomItem.SeparatorColor

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the color of the item separator.

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

Sintaxe

'Declaração
Public ReadOnly Property SeparatorColor As ReportColorProperty 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ChartLegendCustomItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering