QueryBase.DesignerState Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el estado actual del modelo de objetos en el Diseñador de informes.
public:
property Microsoft::ReportingServices::RdlObjectModel::ExternalXmlElement ^ DesignerState { Microsoft::ReportingServices::RdlObjectModel::ExternalXmlElement ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ExternalXmlElement ^ value); };
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement DesignerState { get; set; }
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.DesignerState : Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement with get, set
Public Property DesignerState As ExternalXmlElement
Valor de propiedad
Objeto ExternalXmlElement.
- Atributos