Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.