Construtor EnableEventArgs
Initializes a new instance of the EnableEventArgs class.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxe
'Declaração
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
- fEnabled
Tipo: System.Boolean
Whether the IQueryDesigner should be enabled.