Partager via


Propriété DesignerState

The current state of the object model in Report Designer.

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

Syntaxe

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

value = instance.DesignerState

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