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 designer state data.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Property DesignerState As XmlElement
Get
Set
'Usage
Dim instance As IQueryDesignerState
Dim value As XmlElement
value = instance.DesignerState
instance.DesignerState = value
XmlElement DesignerState { get; set; }
property XmlElement^ DesignerState {
XmlElement^ get ();
void set (XmlElement^ value);
}
abstract DesignerState : XmlElement with get, set
function get DesignerState () : XmlElement
function set DesignerState (value : XmlElement)
Property Value
Type: System.Xml.XmlElement
An XmlElement object that contains the designer state data.