Responder Developer Guide
WriteXml Method (ReportXmlWriter)


The location where the exported data is to be placed.
The Responder dataset to be exported.
True if first table is root of a table hierarchy, false if each table in the DataSet is to be written independently.
Writes the data in the specified DataSet to the XML file specified.
Syntax
'Declaration
 
Public Function WriteXml( _
   ByVal xmlFile As String, _
   ByVal dataSet As DataSet, _
   ByVal hierarchy As Boolean _
) As XmlDocument
'Usage
 
Dim instance As ReportXmlWriter
Dim xmlFile As String
Dim dataSet As DataSet
Dim hierarchy As Boolean
Dim value As XmlDocument
 
value = instance.WriteXml(xmlFile, dataSet, hierarchy)
public XmlDocument WriteXml( 
   string xmlFile,
   DataSet dataSet,
   bool hierarchy
)

Parameters

xmlFile
The location where the exported data is to be placed.
dataSet
The Responder dataset to be exported.
hierarchy
True if first table is root of a table hierarchy, false if each table in the DataSet is to be written independently.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ReportXmlWriter Class
ReportXmlWriter Members

 

 


Send Comment