IDocumentExportInterceptor.InvokeAfter(Stream, ExportOptionsBase, Object) Method
Processes an exported document.
Namespace: DevExpress.XtraReports.Service.Extensions
Assembly: DevExpress.XtraReports.v24.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
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