Compartir a través de


SupportsGenericQueryDesignerAttribute.SupportsGenericQueryDesigner Propiedad

Gets a Boolean value that indicates whether the IQueryDesigner supports custom text mode.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblado:  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxis

'Declaración
Public ReadOnly Property SupportsGenericQueryDesigner As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
true if the IQueryDesigner supports custom text mode; otherwise, false.

Vea también

Referencia

SupportsGenericQueryDesignerAttribute Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces