Condividi tramite


Proprietà MapLegendInstance.InterlacedRowsColor

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

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

Sintassi

'Dichiarazione
Public ReadOnly Property InterlacedRowsColor As ReportColor 
    Get
'Utilizzo
Dim instance As MapLegendInstance 
Dim value As ReportColor 

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

Valore proprietà

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

Vedere anche

Riferimento

MapLegendInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering