LinearScale.Position Property
Position of the scale, as a percentage of the size of the gauge.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Position As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As LinearScale
Dim value As ReportExpression(Of Double)
value = instance.Position
instance.Position = value
public ReportExpression<double> Position { get; set; }
public:
property ReportExpression<double> Position {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Position : ReportExpression<float> with get, set
function get Position () : ReportExpression<double>
function set Position (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.