Freigeben über


ChartLegend.InterlacedRowsColor-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

ChartLegend Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace