Partager via


Propriété InterlacedRowsColor

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property InterlacedRowsColor As ReportColorProperty
    Get
'Utilisation
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