Freigeben über


MapViewport.SimplificationResolution-Eigenschaft

Gets or sets the resolution that is used to simplify map polygons and map lines. The resolution is specified in map coordinates.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property SimplificationResolution As ReportExpression(Of Double)
    Get 
    Set
'Usage
Dim instance As MapViewport 
Dim value As ReportExpression(Of Double)

value = instance.SimplificationResolution

instance.SimplificationResolution = value
public ReportExpression<double> SimplificationResolution { get; set; }
public:
property ReportExpression<double> SimplificationResolution {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member SimplificationResolution : ReportExpression<float> with get, set
function get SimplificationResolution () : ReportExpression<double>
function set SimplificationResolution (value : ReportExpression<double>)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Siehe auch

Verweis

MapViewport Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace