次の方法で共有


CenterY プロパティ

マップ ビューポートの中心の y 座標をマップ コンテンツに対するパーセンテージとして取得します。

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

構文

'宣言
Public ReadOnly Property CenterY As ReportDoubleProperty
    Get
'使用
Dim instance As MapCustomView
Dim value As ReportDoubleProperty

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