共用方式為


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 命名空間