次の方法で共有


MapLimits.MinimumX プロパティ

マップ ビューポートのマップ座標の最小 X 値を取得します。

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

構文

'宣言
Public ReadOnly Property MinimumX As ReportDoubleProperty 
    Get
'使用
Dim instance As MapLimits 
Dim value As ReportDoubleProperty 

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

プロパティ値

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

関連項目

参照

MapLimits クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間