Specifies whether the built-in navigation bar is displayed on paged reports.

Namespace:  C1.Web.C1WebReport
Assembly:  C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)

Syntax

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

Remarks

If you set this property to false and the report is paged, then you should provide a custom navigation bar yourself, or the users will see only the first page of the report.

The default value for this property is True.

See Also