WebDocumentViewerExportSettings Class
Contains settings that apply to the Web Document Viewer print and export operations.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
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:
- ASPxWebDocumentViewer.SettingsExport
- ReportDesigner.ReportPreviewSettings.SettingsExport
- WebDocumentViewerSettings.SettingsExport
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.