Skip to main content
A newer version of this page is available. .

XlExportOptionsBase.RawDataMode Property

Enables the export mode, which exports only a report’s actual data to Excel (excluding all non-relevant elements, such as images, graphics, font and appearance settings).

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v17.2.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(false)]
[TypeConverter(typeof(BooleanTypeConverter))]
public bool RawDataMode { get; set; }

Property Value

Type Default Description
Boolean

false

true, to enable the raw data export mode; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RawDataMode
Cross-Platform Class Library ExportOptions
.Xlsx.RawDataMode
WPF Controls ExportOptionsContainer
.Xlsx.RawDataMode

Remarks

The RawDataMode property is in effect only when the XlsExportOptionsEx.ExportType or XlsxExportOptionsEx.ExportType property is set to ExportType.WYSIWYG.

See Also