Skip to main content
A newer version of this page is available. .
All docs
V21.2

ExportSettings Class

Contains settings that apply to Web Document Viewer print and export operations.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataContract]
public class ExportSettings

Remarks

The ExportSettings class provides properties that specify whether print or export operations are performed asynchronously and in the browser tab where the Document Viewer is loaded.

The following properties return the ExportSettings object:

Note

Settings from the ExportSettings object are in effect in ASP.NET Core applications. For ASP.NET Web Forms and ASP.NET MVC applications, use the WebDocumentViewerExportSettings object instead.

Inheritance

Object
ExportSettings
See Also