Compartir a través de


MapLegendInstance.InterlacedRowsColor Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property InterlacedRowsColor As ReportColor 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapLegendInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering