Skip to main content
All docs
V23.2

ICachedReportSourceWebResolverAsync.GetCachedReportSourceWebAsync(String) Method

Retrieves a CachedReportSourceWeb object associated with the specified report name.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.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