Freigeben über


ReportObject.DesignerModel-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

ReportObject Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace