Partilhar via


Propriedade do RDL ExternalXmlElement.XmlElement

Gets or sets the XML element.

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

Sintaxe

'Declaração
Public Property XmlElement As XmlElement 
    Get 
    Set
'Uso
Dim instance As ExternalXmlElement 
Dim value As XmlElement 

value = instance.XmlElement

instance.XmlElement = value
public XmlElement XmlElement { get; set; }
public:
property XmlElement^ XmlElement {
    XmlElement^ get ();
    void set (XmlElement^ value);
}
member XmlElement : XmlElement with get, set
function get XmlElement () : XmlElement 
function set XmlElement (value : XmlElement)

Valor da propriedade

Tipo: System.Xml.XmlElement
An XmlElement object.

Consulte também

Referência

ExternalXmlElement Classe

Namespace Microsoft.ReportingServices.RdlObjectModel