Compartir a través de


ChartLegendCustomItem.SeparatorColor Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the color of the item separator.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ChartLegendCustomItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering