AjaxRequest Error.

Namespace:  C1.Web.UI.Controls.C1Report
Assembly:  C1ReportClient (in C1ReportClient.dll)

Syntax

JavaScript
function onAjaxRequestError(requestId, message);

Parameters

requestId
Type: System..::..Int32
Request id that thrown error. -1 when error thrown outside of process request handler.
message
Type: System..::..String

Implements

IAjaxRequestSupportOnAjaxRequestError(Int32, String)

See Also