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

    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