MapLayer.MaximumZoom 属性

Gets the maximum zoom level at which the map layer is visible.

命名空间:  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
A ReportDoubleProperty object that represents the maximum zoom level at which the map layer is visible.

请参阅

参考

MapLayer 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间