MapViewport.SimplificationResolution 属性
Gets the resolution that is used to simplify map polygons and map lines. The resolution is specified in map coordinates.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property SimplificationResolution As ReportDoubleProperty
Get
用法
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