Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.