次の方法で共有


MapLayer.MaximumZoom プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

MapLayer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間