다음을 통해 공유


DistanceFromScale 속성

Distance from the tip of the pointer to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales).

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

구문

‘선언
Public Property DistanceFromScale As ReportExpression(Of Double)
    Get
    Set
‘사용 방법
Dim instance As GaugePointer
Dim value As ReportExpression(Of Double)

value = instance.DistanceFromScale

instance.DistanceFromScale = value
public ReportExpression<double> DistanceFromScale { get; set; }
public:
property ReportExpression<double> DistanceFromScale {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member DistanceFromScale : ReportExpression<float> with get, set
function get DistanceFromScale () : ReportExpression<double>
function set DistanceFromScale (value : ReportExpression<double>)