Skip to main content
All docs
V23.2

ExportSettings Class

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DataContract]
public class ExportSettings :
    SerializableSettingsBase

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
DevExpress.Utils.SerializableSettingsBase
ExportSettings
See Also