ExternalXmlElement Class

 

Updated: February 25, 2016

Represents an external XML element.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

System::Object
  Microsoft.ReportingServices.RdlObjectModel::ExternalXmlElement

public ref class ExternalXmlElement : IXmlSerializable

NameDescription
System_CAPS_pubmethodExternalXmlElement()

Initializes a new instance of the ExternalXmlElement class.

System_CAPS_pubmethodExternalXmlElement(XmlElement^)

Initializes a new instance of the ExternalXmlElement class using the specified external XML element.

NameDescription
System_CAPS_pubpropertyXmlElement

Gets or sets the XML element.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::GetSchema()

Returns an XML schema for the external XML element.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::ReadXml(XmlReader^)

Reads an XML with the specified reader.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::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.

Return to top
Show: