Steps to reproduce:
- Register a custom IDataSerializer: How to serialize a report to XML with an untyped DataSet as a data source
- Assign a DataSet to a report instance.
- Save the result
- Reopen the previously saved report.
Current results:
The saved report disappears.
Additional information:
Removing the DataSet from the XtraReport.ComponentStorage
collection fixes the issue.