ReportDesignExtension.GetSerializableDataTypes() Method
OBSOLETE
The GetSerializableDataTypes() method is obsolete now. Use the CanSerialize(object) and CanDeserialize(string, string) method instead.
Use the CanSerialize and CanDeserialize methods of the IDataSerializer interface instead.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
[Obsolete("The GetSerializableDataTypes() method is obsolete now. Use the CanSerialize(object) and CanDeserialize(string, string) method instead.")]
public virtual Type[] GetSerializableDataTypes()
Returns
| Type | Description |
|---|---|
| Type[] | A Type object. |
See Also