IWebDocumentViewerExportResultUriGeneratorAsync Interface
Allows you to override the default URI that a browser uses to get an export result in asynchronous mode.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Remarks
The IWebDocumentViewerExportResultUriGeneratorAsync interface can be used instead of the IWebDocumentViewerExportResultUriGenerator interface when an application calls the DefaultWebDocumentViewerContainer.UseAsyncEngine method at application startup to enable asynchronous mode.
See Also