ExternalXmlElement Class
Updated: February 25, 2016
Represents an external XML element.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | XmlElement | Gets or sets the XML element. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable::GetSchema() | Returns an XML schema for the external XML element. |
![]() ![]() | IXmlSerializable::ReadXml(XmlReader^) | Reads an XML with the specified reader. |
![]() ![]() | IXmlSerializable::WriteXml(XmlWriter^) | Writes an XML stream with the specified writer. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:




