Skip to main content

MVCxClientReportDesigner.SaveCommandExecuted Event

Occurs after executing the Save command on the client.

Declaration

SaveCommandExecuted: ASPxClientEvent<MVCxClientReportDesignerSaveCommandExecutedEventHandler<MVCxClientReportDesigner>>

Event Data

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

Property Description
Result Returns the operation result.

Remarks

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

See Also