Compartir a través de


LinearScale.Position Propiedad

Position of the scale, as a percentage of the size of the gauge.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Position As ReportExpression(Of Double)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Vea también

Referencia

LinearScale Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel