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

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