次の方法で共有


SupportsGenericQueryDesigner プロパティ

IQueryDesigner がカスタム テキスト モードをサポートするかどうかを示す Boolean 値を取得します。

名前空間:  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
IQueryDesigner がカスタム テキスト モードをサポートする場合は true、それ以外の場合は false です。