Skip to main content
A newer version of this page is available. .

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.v19.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