Skip to main content
A newer version of this page is available. .

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