Freigeben über


DesignerState-Eigenschaft

Gets or sets the designer state data.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Property DesignerState As XmlElement
    Get
    Set
'Usage
Dim instance As IQueryDesignerState
Dim value As XmlElement

value = instance.DesignerState

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

Eigenschaftswert

Typ: System.Xml. . :: . .XmlElement
An XmlElement object that contains the designer state data.