Skip to main content
A newer version of this page is available. .

IReportBuildInterceptor.InvokeAfter(XtraReport, Object) Method

Processes a report after a document was generated from it.

Namespace: DevExpress.XtraReports.Service.Extensions

Assembly: DevExpress.XtraReports.v19.1.Service.dll

NuGet Package: DevExpress.Reporting.WCF

Declaration

void InvokeAfter(
    XtraReport report,
    object customArgs
)

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