Construtor ExternalXmlElement (XmlElement)
Initializes a new instance of the ExternalXmlElement class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub New ( _
externalXmlElement As XmlElement _
)
'Uso
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
)
Parâmetros
- externalXmlElement
Tipo: System.Xml. . :: . .XmlElement
An XmlElement object.