Share via


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
Public method ExternalXmlElement() Initializes a new instance of the ExternalXmlElement class.
Public method ExternalXmlElement(XmlElement) Initializes a new instance of the ExternalXmlElement class using the specified external XML element.

Top

Properties

  Name Description
Public property XmlElement Gets or sets the XML element.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema Returns an XML schema for the external XML element.
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml Reads an XML with the specified reader.
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml Writes an XML stream with the specified writer.

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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace