Skip to main content
All docs
V26.1
  • PreviewReportCustomizationService.CreateCachedReportSourceAsync(XtraReport) Method

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    Declaration

    public virtual Task<CachedReportSourceWeb> CreateCachedReportSourceAsync(
        XtraReport report
    )

    Parameters

    Name Type
    report XtraReport

    Returns

    Type
    Task<CachedReportSourceWeb>
    See Also