ChartAxis.Interlaced Property

Definition

Gets or sets a value that indicates whether to use strip lines for every other grid line, tick mark, or label interval of the axis.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> Interlaced { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> Interlaced { get; set; }
member this.Interlaced : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> with get, set
Public Property Interlaced As ReportExpression(Of Boolean)

Property Value

A ReportExpression<T> object.

Applies to