ActiveReports Developer 7
ShowGridLines Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > GridLines Class : ShowGridLines Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property ShowGridLines As System.Boolean
C# 
public System.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