Compartir a través de


InterlacedColor Propiedad

Gets the color of the interlaced strips.

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

Sintaxis

'Declaración
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