次の方法で共有


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