Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a Boolean value that indicates whether the IQueryDesigner supports custom text mode.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Public ReadOnly Property SupportsGenericQueryDesigner As Boolean
Get
'Usage
Dim instance As SupportsGenericQueryDesignerAttribute
Dim value As Boolean
value = instance.SupportsGenericQueryDesigner
public bool SupportsGenericQueryDesigner { get; }
public:
property bool SupportsGenericQueryDesigner {
bool get ();
}
member SupportsGenericQueryDesigner : bool
function get SupportsGenericQueryDesigner () : boolean
Eigenschaftswert
Typ: System.Boolean
true if the IQueryDesigner supports custom text mode; otherwise, false.