共用方式為


ExternalXmlElement.XmlElement 屬性

Gets or sets the XML element.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property XmlElement As XmlElement 
    Get 
    Set
'用途
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)

屬性值

型別:System.Xml.XmlElement
An XmlElement object.

請參閱

參考

ExternalXmlElement 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間