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.