ActiveReports 12
ShowGridLines Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > GridLines Class : ShowGridLines Property

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

Reference

GridLines Class
GridLines Members