ToolTip for the Goto Page button.

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

Syntax

C#
[DefaultValueAttribute("Go To")]
[NotifyParentPropertyAttribute(true)]
public string GotoPage { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("Go To")> _
<NotifyParentPropertyAttribute(True)> _
Public Property GotoPage As String
	Get
	Set

Remarks

The default value for this property is 'Go To'.

See Also