Share via


ScalePin.Location プロパティ

定義

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

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> Location { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> Location { get; set; }
member this.Location : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> with get, set
Public Property Location As ReportExpression(Of Double)

プロパティ値

ReportExpression<T> オブジェクト。

適用対象