EnableEventArgs 建構函式
Initializes a new instance of the EnableEventArgs class.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.QueryDesigners (在 Microsoft.ReportingServices.QueryDesigners.dll 中)
語法
'宣告
Public Sub New ( _
fEnabled As Boolean _
)
'用途
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
)
參數
- fEnabled
型別:System. . :: . .Boolean
Whether the IQueryDesigner should be enabled.