ToolTip for the Goto Next Page button.

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

Syntax

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

Remarks

The default value for this property is 'Next'.

See Also