Location プロパティ

スケールの始点または終点を基準とするピンの場所。放射状スケールの場合は度数、線型スケールの場合は比率です。

名前空間:  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< (Of < ( <'Double> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。