ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / GridLines Class / ShowGridLines Property

In This Topic
    ShowGridLines Property
    In This Topic

    Gets or sets a value indicating whether the gridlines are shown.

    Syntax
    'Declaration
     
    Public Property ShowGridLines As Boolean
    public bool ShowGridLines {get; set;}

    Property Value

    A Boolean value where true indicates that the gridlines are shown; otherwise false. The default value is false.

    See Also