Compartir a través de


EnableEventArgs Constructor

Initializes a new instance of the EnableEventArgs class.

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

Sintaxis

'Declaración
Public Sub New ( _
    fEnabled As Boolean _
)
'Uso
Dim fEnabled As Boolean 

Dim instance As New EnableEventArgs(fEnabled)
public EnableEventArgs(
    bool fEnabled
)
public:
EnableEventArgs(
    bool fEnabled
)
new : 
        fEnabled:bool -> EnableEventArgs
public function EnableEventArgs(
    fEnabled : boolean
)

Parámetros

Vea también

Referencia

EnableEventArgs Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces