Compartilhar via


Propriedade do RDL EnableEventArgs.Enabled

Indicates whether an IQueryDesigner should be enabled.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxe

'Declaração
Public ReadOnly Property Enabled As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

EnableEventArgs Classe

Namespace Microsoft.ReportingServices.Interfaces