Właściwość EnableEventArgs.Enabled
Wskazuje, czy IQueryDesigner powinien być włączony.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestaw: Microsoft.ReportingServices.QueryDesigners (w Microsoft.ReportingServices.QueryDesigners.dll)
Składnia
'Deklaracja
Public ReadOnly Property Enabled As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
TRUE włączyć IQueryDesigner; FALSE wyłączyć IQueryDesigner.