Compartilhar via


Propriedade do RDL QueryBase.UseGenericDesigner

Gets or sets a value that indicates whether to use a generic designer.

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

Sintaxe

'Declaração
Public Property UseGenericDesigner As Boolean 
    Get 
    Set
'Uso
Dim instance As QueryBase 
Dim value As Boolean 

value = instance.UseGenericDesigner

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

Valor da propriedade

Tipo: System.Boolean
true to use a generic designer; otherwise, false.

Consulte também

Referência

QueryBase Classe

Namespace Microsoft.ReportingServices.RdlObjectModel