Propriedade do RDL MapView.Zoom
Gets the zoom level of a map viewport.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Zoom As ReportDoubleProperty
Get
'Uso
Dim instance As MapView
Dim value As ReportDoubleProperty
value = instance.Zoom
public ReportDoubleProperty Zoom { get; }
public:
property ReportDoubleProperty^ Zoom {
ReportDoubleProperty^ get ();
}
member Zoom : ReportDoubleProperty
function get Zoom () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the zoom level of a map viewport.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering