IReportBuildInterceptor.InvokeAfter(XtraReport, Object) Method
Processes a report after a document was generated from it.
Namespace: DevExpress.XtraReports.Service.Extensions
Assembly: DevExpress.XtraReports.v24.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
report | XtraReport | An XtraReport to be processed. |
customArgs | Object | A System.Object containing custom arguments for a document generation operation. |
See Also