EnableEventArgs.Enabled 속성
Indicates whether an IQueryDesigner should be enabled.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.QueryDesigners(Microsoft.ReportingServices.QueryDesigners.dll)
구문
‘선언
Public ReadOnly Property Enabled As Boolean
Get
‘사용 방법
Dim instance As EnableEventArgs
Dim value As Boolean
value = instance.Enabled
public bool Enabled { get; }
public:
property bool Enabled {
bool get ();
}
member Enabled : bool
function get Enabled () : boolean
속성 값
유형: System.Boolean
true to enable the IQueryDesigner; false to disable the IQueryDesigner.