Skip to main content

IReportBuildInterceptor.InvokeBefore(XtraReport, Object) Method

Processes a report before starting document generation.

Namespace: DevExpress.XtraReports.Service.Extensions

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

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

void InvokeBefore(
    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