Skip to main content
All docs
V23.2

PreviewReportCustomizationService.CustomizeReportAsync(XtraReport) Method

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public virtual Task CustomizeReportAsync(
    XtraReport report
)

Parameters

Name Type
report XtraReport

Returns

Type
Task
See Also