MapViewport.MaximumZoom 属性
Gets the maximum zoom level that is allowed in a map.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property MaximumZoom As ReportDoubleProperty
Get
用法
Dim instance As MapViewport
Dim value As ReportDoubleProperty
value = instance.MaximumZoom
public ReportDoubleProperty MaximumZoom { get; }
public:
property ReportDoubleProperty^ MaximumZoom {
ReportDoubleProperty^ get ();
}
member MaximumZoom : ReportDoubleProperty
function get MaximumZoom () : ReportDoubleProperty