EnableEventArgs Constructor
Initializes a new instance of the EnableEventArgs class.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Public Sub New ( _
fEnabled As Boolean _
)
'Usage
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
)
Parameters
- fEnabled
Type: System.Boolean
Whether the IQueryDesigner should be enabled.