Gets or sets a value indicating whether tick marks should be shown.

Default: Auto, which means true for major tick marks and false for minor tick marks.

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