QueryBase.RQDDesignerState Property
Gets or sets the current state of the query designer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property RQDDesignerState As ExternalXmlElement
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement
An ExternalXmlElement object.