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 object model in Report Designer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DesignerState As ExternalXmlElement
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement
An ExternalXmlElement object.