Skip to main content

MVCxClientReportViewer.BeforeExportRequest Event

Occurs before performing a document export request.

#Declaration

TypeScript
BeforeExportRequest: ASPxClientEvent<MVCxClientBeforeExportRequestEventHandler<MVCxClientReportViewer>>

#Event Data

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

Property Description
customArgs Gets an object containing specific information (if any, as name/value pairs) that should be passed as a request parameter from the client to the server side for further processing.

#Remarks

Handle the BeforeExportRequest event to pass any information from the client to the server by using the MVCxClientBeforeExportRequestEventArgs.customArgs property.

See Also