A newer version of this page is available.
Switch to the current version.
SerializationFormat Enum
Lists the available report serialization formats.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Xml | The report is saved in XML format. |
Code | The report is saved in CodeDOM format. |
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
Feedback