Skip to main content
All docs
V18.2

ASPxClientReportDesigner.SaveCommandExecute Event

Occurs when executing the Save command on the client.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public event ASPxClientReportDesignerSaveCommandExecuteEventHandler SaveCommandExecute

Event Data

The SaveCommandExecute event's data class is ASPxClientReportDesignerSaveCommandExecuteEventArgs. The following properties provide information specific to this event:

Property Description
handled Specifies whether or not the event was handled.

Remarks

This event fires only if server-side report storage is not implemented for your Web Report Designer.

See Also