Partager via


Propriété QueryBase.UseGenericDesigner

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

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

Syntaxe

'Déclaration
Public Property UseGenericDesigner As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

QueryBase Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel