ActiveReports3 Request technical support
WriteXml Method
See Also 


baseNode
The base node of the XML element.
Writes the parameter from an XmlElement.

Syntax

Visual Basic (Declaration) 
Public Function WriteXml( _
   ByVal baseNode As XmlElement _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Parameter
Dim baseNode As XmlElement
Dim value As Boolean
 
value = instance.WriteXml(baseNode)
C# 
public bool WriteXml( 
   XmlElement baseNode
)

Parameters

baseNode
The base node of the XML element.

See Also