Gets or sets the URL of the image contained in the Goto Page button.

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

Syntax

C#
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
public string GotoPageImageUrl { get; set; }
Visual Basic (Declaration)
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property GotoPageImageUrl As String
	Get
	Set

See Also