Skip to main content
All docs
V18.2

ASPxClientReportDesigner.PerformCallback(String) Method

Sends a callback to the server with the specified argument.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void PerformCallback(
    string arg
)

Parameters

Name Type Description
arg String

A String value, specifying the callback argument.

See Also