ExternalXmlElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.