ExternalXmlElement Constructor (XmlElement)
Initializes a new instance of the ExternalXmlElement class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
externalXmlElement As XmlElement _
)
'Usage
Dim externalXmlElement As XmlElement
Dim instance As New ExternalXmlElement(externalXmlElement)
public ExternalXmlElement(
XmlElement externalXmlElement
)
public:
ExternalXmlElement(
XmlElement^ externalXmlElement
)
new :
externalXmlElement:XmlElement -> ExternalXmlElement
public function ExternalXmlElement(
externalXmlElement : XmlElement
)
Parameters
- externalXmlElement
Type: System.Xml.XmlElement
An XmlElement object.