Skip to main content
A newer version of this page is available. .
All docs
V20.2

ICachedReportSourceWebResolverAsync.GetCachedReportSourceWebAsync(String) Method

Retrieves a CachedReportSourceWeb object associated with the specified report name.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v20.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task<CachedReportSourceWeb> GetCachedReportSourceWebAsync(
    string reportEntry
)

Parameters

Name Type Description
reportEntry String

A report name.

Returns

Type Description
Task<CachedReportSourceWeb>

A CachedReportSourceWeb object that generates a document from a report and caches the document pages.

See Also