Partager via


Propriété RQDDesignerState

The current state of the query designer.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property RQDDesignerState As ExternalXmlElement
    Get
    Set
'Utilisation
Dim instance As QueryBase
Dim value As ExternalXmlElement

value = instance.RQDDesignerState

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