Udostępnij przez


Właściwość MapViewport.SimplificationResolution

Pobiera rozdzielczość używanego do uproszczenia mapy wielokątów i zmapować wiersze.Rozdzielczość jest określona w współrzędne mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property SimplificationResolution As ReportDoubleProperty
    Get
'Użycie
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