Partilhar via


Propriedade do RDL DesignerState

The current state of the object model in Report Designer.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property DesignerState As ExternalXmlElement
    Get
    Set
'Uso
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)