DocumentExportArgs.CustomArgs Property
Provides the information about a request to export a document on the server.
Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Object | A Object value. |
Remarks
A DocumentExportArgs object is passed from the client over to a WCF Report Service when exporting a report to a third-party document format.
Use the CustomArgs property when performing a document export from code to obtain the DocumentExportArgs object on the server.
See Also