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.v20.2.Web.dll
Declaration
public interface IWebDocumentViewerExportResultUriGeneratorAsync
Public Interface IWebDocumentViewerExportResultUriGeneratorAsync
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
Feedback