Partager via


Propriété SupportsGenericQueryDesignerAttribute.SupportsGenericQueryDesigner

Gets a Boolean value that indicates whether the IQueryDesigner supports custom text mode.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SupportsGenericQueryDesigner As Boolean 
    Get
'Utilisation
Dim instance As SupportsGenericQueryDesignerAttribute 
Dim value As Boolean 

value = instance.SupportsGenericQueryDesigner
public bool SupportsGenericQueryDesigner { get; }
public:
property bool SupportsGenericQueryDesigner {
    bool get ();
}
member SupportsGenericQueryDesigner : bool
function get SupportsGenericQueryDesigner () : boolean

Valeur de propriété

Type : System.Boolean
true if the IQueryDesigner supports custom text mode; otherwise, false.

Voir aussi

Référence

SupportsGenericQueryDesignerAttribute Classe

Espace de noms Microsoft.ReportingServices.Interfaces