Proprietà ReportObject.DesignerModel

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Shared Property DesignerModel As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ReportObject Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel