Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 using the specified external XML element. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
XmlElement | Gets or sets the XML element. |
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 | Returns an XML schema for the external XML element. |
![]() ![]() |
IXmlSerializable.ReadXml | Reads an XML with the specified reader. |
![]() ![]() |
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.