Condividi tramite


Proprietà ChartLegend.InterlacedRowsColor

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

ChartLegend Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering