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

DocumentOperationRequest.ExportOptions Property

Specifies the current document’s export options.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

public ExportOptions ExportOptions { get; set; }

Property Value

Type Description
ExportOptions

A ExportOptions object.

See Also