ScaleRange.EndWidth Property

Definition

Width of the range at the start, as a percentage of the size of the scale.

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

Property Value

A ReportExpression<T> object.

Applies to