Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the EnableEventArgs class.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assembly : Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)
Syntaxe
'Déclaration
Public Sub New ( _
fEnabled As Boolean _
)
'Utilisation
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
)
Paramètres
- fEnabled
Type : System.Boolean
Whether the IQueryDesigner should be enabled.