次の方法で共有


DesignerState プロパティ

レポート デザイナーのオブジェクト モデルの現在の状態。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property DesignerState As ExternalXmlElement
    Get
    Set
'使用
Dim instance As Query
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)