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

In This Topic
    GridUnderContent Property
    In This Topic
    Gets or sets the meridians and parallels will be drawn under the map content. An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property GridUnderContent As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo GridUnderContent {get; set;}
    See Also