MapLayer.MinimumZoom 属性

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

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

请参阅

参考

MapLayer 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间