Свойство InterlacedRowsColor

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property InterlacedRowsColor As ReportColor
    Get
'Применение
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

Значение свойства

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