piDogDataView.DataView.toXML
Scope: Public
Function toXML(optional includedRows() as integer, includeColumnData as boolean=true, preserveParents as boolean=true, includeRowPictures as Boolean = false) As XmlDocument
Create an XmlDocument representing the list
Set includedRows to specify a set of rows to serialize
If includeColumnData=true, the column headers, widths etc will be included
preserveParents allows the XML to be reloaded preserving heirrarchical state
includeRowPictures will cause rowPictures to be embedded as Base64 encoded PNGs