MindFusion WinForms Programmer's Guide
XmlSerializationContext.AddChildElement Method (String, XmlNode)
See Also
 





Adds a new child node with the specified name to the specified parent node.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public XmlElement AddChildElement (
    string elementName,
    XmlNode parentNode
)

Visual Basic  Copy Code

Public Function AddChildElement( _
    elementName As String, _
    parentNode As XmlNode _
) As XmlElement

 Parameters

elementName

The desired name of the new node.

parentNode

The parent element of the newly created node.

 Return Value

A .NET XmlElement object representing the newly created element.

 See Also

AddChildElement Method Overload List
XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Reporting Namespace