Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the XML element.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property XmlElement As XmlElement
Get
Set
'Usage
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)
Property Value
Type: System.Xml.XmlElement
An XmlElement object.