Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.