共用方式為


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.