Compartilhar via


Propriedade InterlacedColor

Gets the color of the interlaced strips.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property InterlacedColor As ReportColorProperty
    Get
'Uso
Dim instance As ChartAxis
Dim value As ReportColorProperty

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