Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the minimum zoom level at which the map layer is visible.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MinimumZoom As ReportDoubleProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the minimum zoom level at which the map layer is visible.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace