Partilhar via


Propriedade do RDL ChartLegendInstance.InterlacedRowsColor

Gets the calculated value of the InterlacedRowsColor property in a ChartLegend class.

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

Sintaxe

'Declaração
Public ReadOnly Property InterlacedRowsColor As ReportColor 
    Get
'Uso
Dim instance As ChartLegendInstance 
Dim value As ReportColor 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor value that represents the calculated value of the InterlacedRowsColor property.

Consulte também

Referência

ChartLegendInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering