Back to Devexpress

IWebDocumentViewerExportResultUriGeneratorAsync Interface

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-55a034ba.md

latest1.7 KB
Original Source

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.2.Web.dll

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public interface IWebDocumentViewerExportResultUriGeneratorAsync
vb
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

IWebDocumentViewerExportResultUriGeneratorAsync Members

DevExpress.XtraReports.Web.WebDocumentViewer Namespace