EnableEventArgs(Boolean) Constructor

Definition

Initializes a new instance of the EnableEventArgs class.

public:
 EnableEventArgs(bool fEnabled);
public EnableEventArgs (bool fEnabled);
new Microsoft.ReportingServices.Interfaces.EnableEventArgs : bool -> Microsoft.ReportingServices.Interfaces.EnableEventArgs
Public Sub New (fEnabled As Boolean)

Parameters

fEnabled
Boolean

Whether the IQueryDesigner should be enabled.

Applies to