Partager via


Propriété UseGenericDesigner

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
A Boolean value.