xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-6e5e8ff1.md
Contains settings that apply to the Web Document Viewer print and export operations.
Namespace : DevExpress.XtraReports.Web.WebDocumentViewer
Assembly : DevExpress.XtraReports.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Reporting
public class WebDocumentViewerExportSettings :
PropertiesBase,
IPropertiesOwner
Public Class WebDocumentViewerExportSettings
Inherits PropertiesBase
Implements IPropertiesOwner
The following members return WebDocumentViewerExportSettings objects:
| Library | Related API Members |
|---|---|
| .NET Reporting Tools | ASPxWebDocumentViewer.SettingsExport |
| ReportPreviewSettings.SettingsExport | |
| ASP.NET MVC Extensions | WebDocumentViewerSettings.SettingsExport |
The WebDocumentViewerExportSettings class has 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 a WebDocumentViewerExportSettings object:
Note
Settings from the WebDocumentViewerExportSettings object are in effect in ASP.NET Web Forms and ASP.NET MVC applications. For ASP.NET Core applications, use the WebDocumentViewer.DataContracts.ExportSettings object instead.
Object StateManager PropertiesBase WebDocumentViewerExportSettings
See Also