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

XlExportOptionsBase.RawDataMode Property

Enables the mode that produces simple tabular data without graphic elements, style and appearance settings.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue(false)]
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
.Xls .RawDataMode
WPF Controls ExportOptionsContainer
.Xls .RawDataMode
See Also