Back to Devexpress

DxDocumentViewerCallbacks Members

xtrareports-devexpress-dot-blazor-dot-reporting-dot-dxdocumentviewercallbacks-dot-underscore-members.md

latest9.6 KB
Original Source

DxDocumentViewerCallbacks Members

Specifies client-side event handler functions for the Web Document Viewer. See DxDocumentViewerCallbacks Members for the complete list of events.

Constructors

NameDescription
DxDocumentViewerCallbacks()Initializes a new instance of the DxDocumentViewerCallbacks class.

Properties

NameDescription
BeforeRenderSpecifies the handler for the BeforeRender client-side event that allows you to perform any action before the Web Document Viewer is rendered. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>.
CustomizeElementsSpecifies the handler for the CustomizeElements client-side event that allows you to customize the Web Document Viewer UI elements.
CustomizeExportOptionsSpecifies the handler for the CustomizeExportOptions client-side event that allows you to hide export formats and specify the default export options.
CustomizeLocalizationSpecifies the JavaScript function that handles the client-side CustomizeLocalization event. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>.
CustomizeMenuActionsSpecifies the handler for the CustomizeMenuActions client-side event that enables you to customize the Web Document Viewer toolbar and menu.
CustomizeParameterEditorsSpecifies the handler for the CustomizeParameterEditors client-side event that allows you to specify the parameter editor for the report parameter. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>.
CustomizeParameterLookUpSourceSpecifies the handler for the CustomizeParameterLookUpSource client-side event that allows you to specify look-up values for the parameter editor. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>.
DocumentReadySpecifies the handler for the DocumentReady client-side event that occurs before the Document Viewer loads a document.
EditingFieldChangedSpecifies the handler for the EditingFieldChanged client-side event that allows you to respond to a field value change.
OnExportSpecifies the handler for the OnExport client-side event that allows you to pass data to the server before the requests to print the document or to get the exported document are executed.
OnInitializingSpecifies the handler for the event that occurs before the View Model is fetched from the server, and before the BeforeRender event. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>.
OnServerErrorSpecifies the handler for the OnServerError client-side event that allows you to perform actions when a Fetch request completes with an error. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>.
ParametersInitializedSpecifies 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. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>.
ParametersResetSpecifies the handler for the ParametersReset client-side event that occurs when the report parameter values are reset. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>.
ParametersSubmittedSpecifies the handler for the ParametersSubmitted client-side event that occurs when the user clicks Submit in the Parameters Panel.
PreviewClickSpecifies the handler for the PreviewClick client-side event that occurs when the user clicks the document area in the Web Document Viewer.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DxDocumentViewerCallbacks Class

DevExpress.Blazor.Reporting Namespace