Skip to main content
All docs
V18.2

ASPxClientReportDesigner Events

The client-side equivalent of the Web Report Designer control.
Name Description
BeforeRender Occurs before the Web Report Designer UI is initialized.
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by ASPxClientReportDesigner.
ComponentAdded Occurs after a component has been added to the report currently being edited in the Web Report Designer.
CustomizeElements Enables you to customize the Web Report Designer’s UI elements.
CustomizeFieldListActions Enables you to customize actions available in the Web Report Designer’s Field List.
CustomizeLocalization Enables you to customize the Web Report Designer’s localization strings.
CustomizeMenuActions Enables you to customize the Web Report Designer’s toolbar commands.
CustomizeOpenDialog Enables you to customize the Open Report dialog of the Web Report Designer.
CustomizeParameterEditors Occurs each time a standard editor is created for a report parameter based on a parameter type.
CustomizeParameterLookUpSource Occurs each time a look-up editor is created for a report parameter.
CustomizeSaveAsDialog Enables you to customize the Save Report dialog of the Web Report Designer.
CustomizeSaveDialog Enables you to customize the Save dialog of the Web Report Designer.
CustomizeToolbox Enables you to customize the Web Report Designer’s available controls.
EndCallback Occurs on the client after a callback’s server-side processing has been completed.
ExitDesigner Occurs on the client side when the Report Designer is being closed.
OnServerError Occurs on the client each time a server-side error raises.
PreviewClick Occurs when the left mouse button is clicked on a report document in Print Preview.
PreviewCustomizeElements Enables you to customize UI elements of a Document Viewer built into a Web Report Designer.
PreviewCustomizeExportOptions Allows you to customize available export formats and corresponding export options in a Document Viewer built into a Web Report Designer.
PreviewCustomizeMenuActions Enables you to customize the actions of a Document Viewer built into a Web Report Designer.
PreviewDocumentReady Occurs after a report has been switched to Print Preview.
PreviewEditingFieldChanged Occurs each time an editing field’s value changes in Print Preview.
PreviewParametersReset Occurs after report parameter values are reset to their default values in Print Preview.
PreviewParametersSubmitted Occurs after report parameter values are submitted in Print Preview.
ReportOpened Occurs when a report has been opened in the Web Report Designer.
ReportOpening Occurs when a report is about to be opened in the Web Report Designer.
ReportSaved Occurs when a report has been saved in the Web Report Designer.
ReportSaving Occurs when a report is about to be saved in the Web Report Designer.
ReportTabClosed Occurs when a report tab was closed in the Web Report Designer.
ReportTabClosing Occurs when a report tab is about to be closed in the Web Report Designer.
SaveCommandExecute Occurs when executing the Save command on the client.
TabChanged Occurs when an active report tab was changed in the Web Report Designer.
See Also