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.v24.2.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