Skip to main content

DocumentExportArgs.CustomArgs Property

Provides the information about a request to export a document on the server.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public object CustomArgs { get; set; }

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