QueryBase.DesignerState 属性

The current state of the object model in Report Designer.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property DesignerState As ExternalXmlElement
    Get
    Set
用法
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)