ToolTip for the Export button.

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

Syntax

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

Remarks

The default value for this property is 'Export'.

See Also