Back to Devexpress

XlExportOptionsBase.RawDataMode Property

corelibraries-devexpress-dot-xtraprinting-dot-xlexportoptionsbase-2cb10cf3.md

latest1.5 KB
Original Source

XlExportOptionsBase.RawDataMode Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(false)]
public bool RawDataMode { get; set; }
vb
<DefaultValue(False)>
Public Property RawDataMode As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

Export to XLS

Export to XLSX

XlExportOptionsBase Class

XlExportOptionsBase Members

DevExpress.XtraPrinting Namespace