Skip to main content

IDocumentExportInterceptor.InvokeBefore(Document, ExportOptionsBase, Object) Method

Processes a document before it is exported.

Namespace: DevExpress.XtraReports.Service.Extensions

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

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

Declaration

void InvokeBefore(
    Document document,
    ExportOptionsBase exportOptions,
    object customArgs
)

Parameters

Name Type Description
document Document

A Document to be exported.

exportOptions ExportOptionsBase

An ExportOptionsBase value containing export options of the processed document.

customArgs Object

A System.Object containing custom arguments for a document export operation.

See Also