EnableEventArgs 생성자
Initializes a new instance of the EnableEventArgs class.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners
구문
‘선언
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.