Gets or sets the control to be shown during callback to provide visual feedback.

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

Syntax

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

Examples

For an example using the CallbackWaitControlID property, see Displaying a Specific Control During Callback.

See Also