Back to Devexpress

SerializationFormat Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-2b405266.md

latest1.8 KB
Original Source

SerializationFormat Enum

Lists the available report serialization formats.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum SerializationFormat
vb
Public Enum SerializationFormat

Members

NameDescription
Xml

The report is saved in XML format.

| | CodeDom |

The report is saved in CodeDOM format.

| | Soap |

For internal use.

|

The following properties accept/return SerializationFormat values:

Remarks

A SerializationFormat enumeration value is returned by the StorageOptions.SavingFormat property.

See Also

SavingFormat

DevExpress.XtraReports.UI Namespace