SerializationFormat Enum
In This Article
Lists the available report serialization formats.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Members
Name | Description |
---|---|
Xml
|
The report is saved in XML format. |
Code
|
The report is saved in Code |
Soap
|
For internal use. |
#Related API Members
The following properties accept/return SerializationFormat values:
#Remarks
A SerializationFormat enumeration value is returned by the StorageOptions.SavingFormat property.
See Also