DxReportDesignerCallbacks Properties
Specifies client-side event handler functions for the Report Designer. See DxReportDesignerCallbacks Members for the complete list of events.| Name | Description |
|---|---|
| BeforeRender |
Specifies the JavaScript function that handles the Web Report Designer’s BeforeRender client-side event.
|
| ComponentAdded |
Specifies the JavaScript function that handles the Web Report Designer’s ComponentAdded client-side event.
|
| CustomizeElements |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeElements client-side event.
|
| CustomizeFieldListActions |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeFieldListActions client-side event.
|
| CustomizeLocalization |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeLocalization client-side event.
|
| CustomizeMenuActions |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeMenuActions client-side event.
|
| CustomizeOpenDialog |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeOpenDialog client-side event.
|
| CustomizeParameterEditors |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeParameterEditors client-side event.
|
| CustomizeParameterProperties | Specifies the JavaScript function that handles the Web Report Designer’s CustomizeParameterProperties client-side event. |
| CustomizeSaveAsDialog |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeSaveAsDialog client-side event.
|
| CustomizeSaveDialog |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeSaveDialog client-side event.
|
| CustomizeToolbox |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeToolbox client-side event.
|
| CustomizeWizard |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeWizard client-side event.
|
| ExitDesigner |
Specifies the JavaScript function that handles the Web Report Designer’s ExitDesigner client-side event.
|
| OnInitializing |
“Specifies the JavaScript function that handles the OnInitializing client-side event and runs before the BeforeRender callback.
|
| OnServerError |
Specifies the JavaScript function that handles the Web Report Designer’s OnServerError client-side event.
|
| PreviewClick |
Specifies the JavaScript function that handles the Web Report Designer’s PreviewClick client-side event.
|
| PreviewCustomizeElements |
Specifies the JavaScript function that handles the Web Report Designer’s PreviewCustomizeElements client-side event.
|
| PreviewCustomizeExportOptions |
Specifies the JavaScript function that handles the Web Report Designer’s PreviewCustomizeExportOptions client-side event.
|
| PreviewCustomizeMenuActions |
Specifies the JavaScript function that handles the Web Report Designer’s PreviewCustomizeMenuActions client-side event.
|
| PreviewCustomizeParameterLookUpSource |
Specifies the JavaScript function that handles the Web Report Designer’s CustomizeParameterLookUpSource client-side event.
|
| PreviewDocumentReady |
Specifies the JavaScript function that handles the Web Report Designer’s PreviewDocumentReady client-side event.
|
| PreviewEditingFieldChanged |
Specifies the JavaScript function that handles the Web Report Designer’s PreviewEditingFieldChanged client-side event.
|
| PreviewOnExport |
Specifies the JavaScript function that handles the PreviewOnExport event, which occurs before a request for document export is sent.
|
| PreviewParametersInitialized | Specifies the JavaScript function that handles the PreviewParametersInitialized client-side event and allows you to get the client-side parameter values when they are initialized in the Designer Preview and modify them. |
| PreviewParametersReset |
Specifies the JavaScript function that handles the Web Report Designer’s PreviewParametersReset client-side event.
|
| PreviewParametersSubmitted |
Specifies the JavaScript function that handles the Web Report Designer’s PreviewParametersSubmitted client-side event.
|
| ReportOpened |
Specifies the JavaScript function that handles the Web Report Designer’s ReportOpened client-side event.
|
| ReportOpening |
Specifies the JavaScript function that handles the Web Report Designer’s ReportOpening client-side event.
|
| ReportSaved |
Specifies the JavaScript function that handles the Web Report Designer’s ReportSaved client-side event.
|
| ReportSaving |
Specifies the JavaScript function that handles the Web Report Designer’s ReportSaving client-side event.
|
| ReportTabClosed |
Specifies the JavaScript function that handles the Web Report Designer’s ReportTabClosed client-side event.
|
| ReportTabClosing |
Specifies the JavaScript function that handles the Web Report Designer’s ReportTabClosing client-side event.
|
| TabChanged |
Specifies the JavaScript function that handles the Web Report Designer’s TabChanged client-side event.
|
See Also