次の方法で共有


MapLocation.Left プロパティ

マップ ビューポートの左側からの距離を取得します。

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

構文

'宣言
Public ReadOnly Property Left As ReportDoubleProperty 
    Get
'使用
Dim instance As MapLocation 
Dim value As ReportDoubleProperty 

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

プロパティ値

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

関連項目

参照

MapLocation クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間