Skip to main content
All docs
V23.2

ASPxWebDocumentViewer.SettingsExport Property

Allows you to specify common print and export settings.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public WebDocumentViewerExportSettings SettingsExport { get; }

Property Value

Type Description
WebDocumentViewerExportSettings

An object that contains common print and export settings for the Document Viewer.

See Also