SupportsGenericQueryDesignerAttribute.SupportsGenericQueryDesigner 属性

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

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:  Microsoft.ReportingServices.QueryDesigners(在 Microsoft.ReportingServices.QueryDesigners.dll 中)

语法

声明
Public ReadOnly Property SupportsGenericQueryDesigner As Boolean
    Get
用法
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

属性值

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