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

IDocumentExportInterceptor.InvokeAfter(Stream, ExportOptionsBase, Object) Method

Processes an exported document.

Namespace: DevExpress.XtraReports.Service.Extensions

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

NuGet Package: DevExpress.Reporting.WCF

Declaration

void InvokeAfter(
    Stream documentContent,
    ExportOptionsBase exportOptions,
    object customArgs
)

Parameters

Name Type Description
documentContent Stream

A System.IO.Stream containing data of the exported document.

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