Compartir a través de


MapViewportInstance.SimplificationResolution Propiedad

Gets the calculated value of the SimplificationResolution property in a MapViewport class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property SimplificationResolution As Double 
    Get
'Uso
Dim instance As MapViewportInstance 
Dim value As Double 

value = instance.SimplificationResolution
public double SimplificationResolution { get; }
public:
property double SimplificationResolution {
    double get ();
}
member SimplificationResolution : float
function get SimplificationResolution () : double

Valor de la propiedad

Tipo: System.Double
A double value that represents the calculated value of the SimplificationResolution property.

Vea también

Referencia

MapViewportInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering