Compartir a través de


ChartLegend.ColumnSeparatorColor Propiedad

Gets an expression that evaluates to the color to use for the column separator.

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

Sintaxis

'Declaración
Public ReadOnly Property ColumnSeparatorColor As ReportColorProperty 
    Get
'Uso
Dim instance As ChartLegend 
Dim value As ReportColorProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Vea también

Referencia

ChartLegend Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering