다음을 통해 공유


SupportsGenericQueryDesigner 속성

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

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:  Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners

구문

‘선언
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.