ToolTip for the Goto Last Page button.

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

Syntax

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

Remarks

The default value for this property is 'Last'.

See Also