Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the resolution that is used to simplify map polygons and map lines. The resolution is specified in map coordinates.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property SimplificationResolution As ReportDoubleProperty
Get
'Usage
Dim instance As MapViewport
Dim value As ReportDoubleProperty
value = instance.SimplificationResolution
public ReportDoubleProperty SimplificationResolution { get; }
public:
property ReportDoubleProperty^ SimplificationResolution {
ReportDoubleProperty^ get ();
}
member SimplificationResolution : ReportDoubleProperty
function get SimplificationResolution () : ReportDoubleProperty
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace