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> オブジェクト。

適用対象