Condividi tramite


ExternalXmlElement Constructors

Definition

Initializes a new instance of the ExternalXmlElement class.

Overloads

ExternalXmlElement()

Initializes a new instance of the ExternalXmlElement class.

ExternalXmlElement(XmlElement)

Initializes a new instance of the ExternalXmlElement class using the specified external XML element.

ExternalXmlElement()

Initializes a new instance of the ExternalXmlElement class.

public:
 ExternalXmlElement();
public ExternalXmlElement ();
Public Sub New ()

Applies to

ExternalXmlElement(XmlElement)

Initializes a new instance of the ExternalXmlElement class using the specified external XML element.

public:
 ExternalXmlElement(System::Xml::XmlElement ^ externalXmlElement);
public ExternalXmlElement (System.Xml.XmlElement externalXmlElement);
new Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement : System.Xml.XmlElement -> Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement
Public Sub New (externalXmlElement As XmlElement)

Parameters

externalXmlElement
XmlElement

An XmlElement object.

Applies to