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

In This Topic
    SimplificationResolution Property
    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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo SimplificationResolution {get; set;}
    See Also