다음을 통해 공유


Position 속성

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

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Position As ReportExpression(Of Double)
    Get
    Set
‘사용 방법
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>)