Specifies whether the Section will be rendered in the report.

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

Syntax

C#
[DefaultValueAttribute(true)]
public bool Visible { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property Visible As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also