Back to Devexpress

WebDocumentViewerExportSettings Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-6e5e8ff1.md

latest2.9 KB
Original Source

WebDocumentViewerExportSettings Class

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

Declaration

csharp
public class WebDocumentViewerExportSettings :
    PropertiesBase,
    IPropertiesOwner
vb
Public Class WebDocumentViewerExportSettings
    Inherits PropertiesBase
    Implements IPropertiesOwner

The following members return WebDocumentViewerExportSettings objects:

LibraryRelated API Members
.NET Reporting ToolsASPxWebDocumentViewer.SettingsExport
ReportPreviewSettings.SettingsExport
ASP.NET MVC ExtensionsWebDocumentViewerSettings.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

WebDocumentViewerExportSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer Namespace