Gets or sets a value indicating whether the grid lines should be shown.

Default is Auto, which means true for major grid lines and false for minor grid lines.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlEnum<TriState> Enabled { get; set; }
Visual Basic
Public Property Enabled As RdlEnum(Of TriState)
	Get
	Set

See Also