Skip to main content
All docs
V24.2

ExportSettings Class

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

[DataContract]
public class ExportSettings :
    SerializableSettingsBase

The following members return ExportSettings objects:

Library Related API Members
Cross-Platform Class Library ReportPreviewSettings.ExportSettings
WebDocumentViewerSettingsBase.ExportSettings
.NET Reporting Tools DxReportDesignerReportPreviewSettings.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
DevExpress.Utils.SerializableSettingsBase
ExportSettings
See Also