Freigeben über


EnableEventArgs.Enabled-Eigenschaft

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

Eigenschaftswert

Typ: System.Boolean
true to enable the IQueryDesigner; false to disable the IQueryDesigner.

Siehe auch

Verweis

EnableEventArgs Klasse

Microsoft.ReportingServices.Interfaces-Namespace