次の方法で共有


PinLabel.DistanceFromScale プロパティ

ラベルからスケールまでの距離 (放射状スケールの場合は半径、線形スケールの場合は長さ) を示すスケール サイズの割合 (% 単位) に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property DistanceFromScale As ReportDoubleProperty 
    Get
'使用
Dim instance As PinLabel 
Dim value As ReportDoubleProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。

関連項目

参照

PinLabel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間