ToolTip for the Goto Previous Page button.

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

Syntax

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

Remarks

The default value for this property is 'Prev'.

See Also