Partager via


Propriété EnableEventArgs.Enabled

Indicates whether an IQueryDesigner should be enabled.

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

Syntaxe

'Déclaration
Public ReadOnly Property Enabled As Boolean 
    Get
'Utilisation
Dim instance As EnableEventArgs 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
true to enable the IQueryDesigner; false to disable the IQueryDesigner.

Voir aussi

Référence

EnableEventArgs Classe

Espace de noms Microsoft.ReportingServices.Interfaces