Skip to main content
A newer version of this page is available. .
All docs
V21.2

ReportPreviewSettings.ExportSettings Property

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v21.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "exportSettings")]
public ExportSettings ExportSettings { get; set; }

Property Value

Type
ExportSettings

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportSettings
ReportDesignerModel
.ReportPreviewSettings .ExportSettings
See Also