DxReportParametersPanelCallbacks Members
This class specifies client-side event handler functions for the Standalone Report Parameters Panel in Blazor applications.Constructors
| Name | Description |
|---|---|
| DxReportParametersPanelCallbacks() | Initializes a new instance of the DxReportParametersPanelCallbacks class. |
Properties
| 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. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>. |
| CustomizeLocalization | Specifies the JavaScript function that handles the client-side CustomizeLocalization event. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>. |
| CustomizeParameterEditors | Specifies 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>. |
| CustomizeParameterLookUpSource | Specifies 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>. |
| OnInitializing | Specifies 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>. |
| OnServerError | Specifies 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>. |
| 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. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>. |
| ParametersReset | Specifies the handler for the ParametersReset client-side event that occurs when the report parameter values are reset. Inherited from DxDocumentViewerCallbacksBase<TModel, TEvents>. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines 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