Partager via


Propriété ReportObject.DesignerModel

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets whether the ReportObject object is a designer model.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Shared Property DesignerModel As Boolean 
    Get 
    Set
'Utilisation
Dim value As Boolean 

value = ReportObject.DesignerModel 

ReportObject.DesignerModel = value
public static bool DesignerModel { get; set; }
public:
static property bool DesignerModel {
    bool get ();
    void set (bool value);
}
static member DesignerModel : bool with get, set
static function get DesignerModel () : boolean 
static function set DesignerModel (value : boolean)

Valeur de propriété

Type : System.Boolean
True if the ReportObject object is a designer model; otherwise, false.

Voir aussi

Référence

ReportObject Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel