Свойство 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.