DesignerState Propiedad
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 Query
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