ReportObject.DesignerModel Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit si l’objet ReportObject est un modèle designer.
public:
static property bool DesignerModel { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlIgnore]
public static bool DesignerModel { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlIgnore>]
member this.DesignerModel : bool with get, set
Public Shared Property DesignerModel As Boolean
Valeur de propriété
True si l’objet ReportObject est un modèle conçu ; sinon, false.
- Attributs