Skip to main content
A newer version of this page is available. .
All docs
V23.1

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.v23.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

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