다음을 통해 공유


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)