ExternalXmlElement Class
Represents an external XML element.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ExternalXmlElement _
Implements IXmlSerializable
'Usage
Dim instance As ExternalXmlElement
public class ExternalXmlElement : IXmlSerializable
public ref class ExternalXmlElement : IXmlSerializable
type ExternalXmlElement =
class
interface IXmlSerializable
end
public class ExternalXmlElement implements IXmlSerializable
The ExternalXmlElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExternalXmlElement() | Initializes a new instance of the ExternalXmlElement class. | |
ExternalXmlElement(XmlElement) | Initializes a new instance of the ExternalXmlElement class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IXmlSerializable.GetSchema | ||
IXmlSerializable.ReadXml | ||
IXmlSerializable.WriteXml |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.