다음을 통해 공유


RQDDesignerState 속성

The current state of the query designer.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property RQDDesignerState As ExternalXmlElement
    Get
    Set
‘사용 방법
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)