IQueryDesigner.QueryDesigner 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于报表管理器或报表生成器中的查询设计器界面的控件。
public:
property System::Windows::Forms::Control ^ QueryDesigner { System::Windows::Forms::Control ^ get(); };
public System.Windows.Forms.Control QueryDesigner { get; }
member this.QueryDesigner : System.Windows.Forms.Control
Public ReadOnly Property QueryDesigner As Control
属性值
Control 对象。
注解
应该实现一个 Control 对象,该对象表示设计器接口的主体。