共用方式為


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
)

參數

請參閱

參考

EnableEventArgs 類別

Microsoft.ReportingServices.Interfaces 命名空間