[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Extensibility.XmlSerializersFactory.Register

Register Method

Register(Func<IXmlItemSerializer>)

Registers a XML serializer for a specific type of report item.

Declaration
public static void Register(Func<IXmlItemSerializer> getXmlSerializer)
Parameters
Type Name Description
Func<IXmlItemSerializer> getXmlSerializer

The function to get an IXmlItemSerializer object used for serialization and deserialization.

Remarks

This method allows the registration of custom XML serializer for specific report item types. The serializers will be used to handle the serialization and deserialization of those types.