Partilhar via


Propriedade do RDL ChartLegend.InterlacedRowsColor

Gets an expression that evaluates to the background color to use for interlaced legend rows.

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

Sintaxe

'Declaração
Public ReadOnly Property InterlacedRowsColor As ReportColorProperty 
    Get
'Uso
Dim instance As ChartLegend 
Dim value As ReportColorProperty 

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

Valor da propriedade

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

Consulte também

Referência

ChartLegend Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering