Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public class WebDocumentViewerExportSettings :
    PropertiesBase,
    IPropertiesOwner

The following members return WebDocumentViewerExportSettings objects:

Library Related API Members
.NET Reporting Tools ASPxWebDocumentViewer.SettingsExport
ReportPreviewSettings.SettingsExport
ASP.NET MVC Extensions WebDocumentViewerSettings.SettingsExport

#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:

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.

#Inheritance

Object
StateManager
PropertiesBase
WebDocumentViewerExportSettings
See Also