Compartilhar via


Propriedade do RDL ChartAxis.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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Consulte também

Referência

ChartAxis Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering