Compartir a través de


EnableEventArgs.Enabled Propiedad

Indicates whether an IQueryDesigner should be enabled.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblado:  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

EnableEventArgs Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces