EnableEventArgs.m_fEnabled Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Public m_fEnabled As Boolean
'Usage
Dim instance As EnableEventArgs
Dim value As Boolean
value = instance.m_fEnabled
instance.m_fEnabled = value
public bool m_fEnabled
public:
bool m_fEnabled
val mutable m_fEnabled: bool
public var m_fEnabled : boolean