다음을 통해 공유


ScalePin.Location 속성

Location of the pin, relative to the start or end of the scale. Degrees for radial scales, percentage for linear scales.

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

구문

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

value = instance.Location

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

속성 값

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

참고 항목

참조

ScalePin 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스