Compartilhar via


Propriedade do RDL ReportObject.DesignerModel

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Public Shared Property DesignerModel As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ReportObject Classe

Namespace Microsoft.ReportingServices.RdlObjectModel