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)