Свойство QueryDesigner
The control to use for the query designer interface in Report Manager or Report Builder.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.QueryDesigners (в Microsoft.ReportingServices.QueryDesigners.dll)
Синтаксис
'Декларация
ReadOnly Property QueryDesigner As Control
Get
'Применение
Dim instance As IQueryDesigner
Dim value As Control
value = instance.QueryDesigner
Control QueryDesigner { get; }
property Control^ QueryDesigner {
Control^ get ();
}
abstract QueryDesigner : Control
function get QueryDesigner () : Control
Значение свойства
Тип: System.Windows.Forms. . :: . .Control
A Control object.
Замечания
You should implement a Control object that represents the main body of the designer interface.
См. также