Back to Devexpress

ExportSettings Class

corelibraries-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-datacontracts.md

latest2.7 KB
Original Source

ExportSettings Class

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

Declaration

csharp
[DataContract]
public class ExportSettings :
    SerializableSettingsBase
vb
<DataContract>
Public Class ExportSettings
    Inherits SerializableSettingsBase

The following members return ExportSettings objects:

LibraryRelated API Members
Cross-Platform Class LibraryReportPreviewSettings.ExportSettings
WebDocumentViewerSettingsBase.ExportSettings
.NET Reporting ToolsDxReportDesignerReportPreviewSettings.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

ExportSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts Namespace