Partager via


Propriété MapLayer.MinimumZoom

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MinimumZoom As ReportDoubleProperty 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the minimum zoom level at which the map layer is visible.

Voir aussi

Référence

MapLayer Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering