ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapViewport Class / SimplificationResolution Property

In This Topic
    SimplificationResolution Property (MapViewport)
    In This Topic
    Simplification resolution in map units to be applied to polygon and line layers. An expression should evaluate to a System.Double. The default value is 0 (No simplification).
    Syntax
    'Declaration
     
    Public Property SimplificationResolution As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo SimplificationResolution {get; set;}
    See Also