Constructeur ExternalXmlElement (XmlElement)
Initializes a new instance of the ExternalXmlElement class.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub New ( _
externalXmlElement As XmlElement _
)
'Utilisation
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
)
Paramètres
- externalXmlElement
Type : System.Xml. . :: . .XmlElement
An XmlElement object.