Condividi tramite


Proprietà ExternalXmlElement.XmlElement

Gets or sets the XML element.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property XmlElement As XmlElement 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Xml.XmlElement
An XmlElement object.

Vedere anche

Riferimento

ExternalXmlElement Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel