Skip to main content
All docs
V25.1
  • WebDocumentViewerExportSettings Class

    Contains settings that apply to the Web Document Viewer print and export operations.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

    Assembly: DevExpress.XtraReports.v25.1.Web.WebForms.dll

    NuGet Package: DevExpress.Web.Reporting

    Declaration

    public class WebDocumentViewerExportSettings :
        PropertiesBase,
        IPropertiesOwner

    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