DxDocumentViewerCallbacks.OnExport Property
Specifies 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.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.2.JSBasedControls.Common.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common
#Declaration
#Property Value
Type | Description |
---|---|
String | The name of a Java |
#Remarks
Note
In v23.form.
for export and print operations. The use of the Fetch API includes a unified method to pass request headers from a client to a back-end server. This eliminates the need to handle the On
event to process custom request headers for export and print operations.