ChartAxis.Interlaced 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示对于轴的网格线、刻度线或标签间隔,是否每隔一个就使用条带线。
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)