XlExportOptionsBase.RawDataMode Property
Enables the mode that produces simple tabular data without graphic elements, style and appearance settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool RawDataMode { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True, to enable the raw data export mode; otherwise false. |
See Also