ChartLegendInstance.InterlacedRowsColor Property

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

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

Syntax

'Declaration
Public ReadOnly Property InterlacedRowsColor As ReportColor
    Get
'Usage
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

Property Value

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