[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Extensibility.IXmlItemSerializer.Write

Write Method

Write(XmlWriter, object)

Writes the specified item data to the XML using a specified System.Xml.XmlWriter.

Declaration
void Write(XmlWriter ctx, object item)
Parameters
Type Name Description
XmlWriter ctx

A System.Xml.XmlWriter object used to write the item data to XML.

object item

A object representing the item to be serialized.