Specifies whether the Goto Page button should be displayed.

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

Syntax

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

Remarks

The default value for this property is False.

See Also