Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the current state of the object model in Report Designer.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property DesignerState As ExternalXmlElement
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement
An ExternalXmlElement object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel