Share via


QueryBase.m_designerState Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies 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
Protected m_designerState As ExternalXmlElement
'Usage
Dim value As ExternalXmlElement 

value = Me.m_designerState 

Me.m_designerState = value
protected ExternalXmlElement m_designerState
protected:
ExternalXmlElement^ m_designerState
val mutable m_designerState: ExternalXmlElement
protected var m_designerState : ExternalXmlElement

See Also

Reference

QueryBase Class

Microsoft.ReportingServices.RdlObjectModel Namespace