次の方法で共有


PinLabelInstance.DistanceFromScale プロパティ

PinLabel クラスの DistanceFromScale プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property DistanceFromScale As Double 
    Get
'使用
Dim instance As PinLabelInstance 
Dim value As Double 

value = instance.DistanceFromScale
public double DistanceFromScale { get; }
public:
property double DistanceFromScale {
    double get ();
}
member DistanceFromScale : float
function get DistanceFromScale () : double

プロパティ値

型: System.Double
DistanceFromScale プロパティの計算値を表す double 値。

関連項目

参照

PinLabelInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間