次の方法で共有


ScalePin.Location プロパティ

スケールの始点または終点を基準とするピンの場所に評価される式を取得します。 放射状スケールの場合は度数、線型スケールの場合は比率です。

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

構文

'宣言
Public ReadOnly Property Location As ReportDoubleProperty 
    Get
'使用
Dim instance As ScalePin 
Dim value As ReportDoubleProperty 

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

プロパティ値

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

関連項目

参照

ScalePin クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間