ReportStorageWebExtension.AfterGetDataAsync(String, XtraReport) Method
The method is called after the GetDataAsync call completes.
Namespace: DevExpress.XtraReports.Web.Extensions
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
url | String | A string that is the report’s unique name. |
report | XtraReport | A report instance that the storage returns for the specified report’s unique name. |
Returns
Type | Description |
---|---|
Task | A task that completes after the GetDataAsync task. |
Remarks
The method allows you to validate the storage output. The method parameters are the storage input (the report name) and the storage output (the report instance created based on that name).
See Also