[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.DbDataSource.XmlWrite

XmlWrite Method

XmlWrite(XmlDocument, XmlElement)

Serializes this data source to an XML element and appends it to the specified node.

Declaration
public void XmlWrite(XmlDocument layoutDoc, XmlElement node)
Parameters
Type Name Description
XmlDocument layoutDoc

The XML document to create nodes in.

XmlElement node

The parent XML element to append the serialized data source to.