Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.