Skip to main content
All docs
V25.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.v25.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