DocumentOperationRequest.ExportOptions Property
In This Article
Specifies the current document’s export options.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public ExportOptions ExportOptions { get; set; }
#Property Value
Type | Description |
---|---|
Export |
A Export |
See Also