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

ReportBuildArgs.CustomArgs Property

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

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

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

Property Value

Type Description
Object

A Object value.

Remarks

A ReportBuildArgs 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 ReportBuildArgs object on the server.

For a sample code, refer to the following web page: Report Service - How to process documents with custom context.

See Also