EnableEventArgs.Enabled Property
Indicates whether an IQueryDesigner should be enabled.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Public ReadOnly Property Enabled As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true to enable the IQueryDesigner; false to disable the IQueryDesigner.