ICachedReportSourceWebResolverAsync.GetCachedReportSourceWebAsync(String) Method
Retrieves a CachedReportSourceWeb object associated with the specified report name.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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