MapViewInstance.Zoom Property
Gets the calculated value of the Zoom property in a MapView class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Zoom As Double
Get
'Usage
Dim instance As MapViewInstance
Dim value As Double
value = instance.Zoom
public double Zoom { get; }
public:
property double Zoom {
double get ();
}
member Zoom : float
function get Zoom () : double
Property Value
Type: System.Double
A double value that represents the calculated value of the Zoom property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace