corelibraries-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-datacontracts.md
Contains settings that apply to Web Document Viewer print and export operations.
Namespace : DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
[DataContract]
public class ExportSettings :
SerializableSettingsBase
<DataContract>
Public Class ExportSettings
Inherits SerializableSettingsBase
The following members return ExportSettings objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | ReportPreviewSettings.ExportSettings |
| WebDocumentViewerSettingsBase.ExportSettings | |
| .NET Reporting Tools | DxReportDesignerReportPreviewSettings.ExportSettings |
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.
Object DevExpress.Utils.SerializableSettingsBase ExportSettings
See Also
DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts Namespace