Specifies whether the control should use Ajax to update its contents without refreshing the entire page.
Namespace:
C1.Web.C1WebReportAssembly: C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(false)] public bool EnableCallback { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(False)> _ Public Property EnableCallback As Boolean Get Set |
Remarks
The default value for this property is False.
Examples
For an example using the EnableCallback property, see Enabling AJAX.