Skip to main content
All docs
V24.1

DxDocumentViewerCallbacksBase<TModel, TEvents> Properties

Base class that specifies client-side event handler functions for the Web Document Viewer and Standalone Report Parameters Panel.
Name Description
BeforeRender Specifies the handler for the BeforeRender client-side event that allows you to perform any action before the Web Document Viewer is rendered.
CustomizeLocalization Specifies the JavaScript function that handles the client-side CustomizeLocalization event.
CustomizeParameterEditors Specifies the handler for the CustomizeParameterEditors client-side event that allows you to specify the parameter editor for the report parameter.
CustomizeParameterLookUpSource Specifies the handler for the CustomizeParameterLookUpSource client-side event that allows you to specify look-up values for the parameter editor.
OnInitializing Specifies the handler for the event that occurs before the View Model is fetched from the server, and before the BeforeRender event.
OnServerError Specifies the handler for the OnServerError client-side event that allows you to perform actions when a Fetch request completes with an error.
ParametersInitialized Specifies the JavaScript function that handles the client-side ParametersInitialized event and allows you to modify client-side parameter values after initialization before they are displayed.
ParametersReset Specifies the handler for the ParametersReset client-side event that occurs when the report parameter values are reset.
See Also