次の方法で共有


MapLayer.MinimumZoom プロパティ

マップ レイヤーが表示される最小ズーム レベルを取得します。

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

構文

'宣言
Public ReadOnly Property MinimumZoom As ReportDoubleProperty 
    Get
'使用
Dim instance As MapLayer 
Dim value As ReportDoubleProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
マップ レイヤーが表示される最小ズーム レベルを表す ReportDoubleProperty オブジェクト。

関連項目

参照

MapLayer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間