IExportProcessor.ProcessExportResult(ExportResultItem, Boolean) Method
Allows you to obtain the exported document and its properties.
Namespace: DevExpress.Blazor.Reporting.Services
Assembly: DevExpress.Blazor.v25.2.Viewer.dll
NuGet Package: DevExpress.Blazor.Viewer
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| exportResultItem | ExportResultItem | An object that contains information about the exported document. |
| isPrintOperation | Boolean |
|
Returns
| Type | Description |
|---|---|
| Task | A task that is completed when the exported document is processed. |
See Also