QueryDesignerDialog.Initialize 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void Initialize(Microsoft::ReportDesigner::Data::Server::QueryManager ^ queryManager, Microsoft::ReportDesigner::IReportDesignerShell ^ reportDesignerShell, bool useGenericQueryDesigner);
public void Initialize (Microsoft.ReportDesigner.Data.Server.QueryManager queryManager, Microsoft.ReportDesigner.IReportDesignerShell reportDesignerShell, bool useGenericQueryDesigner);
member this.Initialize : Microsoft.ReportDesigner.Data.Server.QueryManager * Microsoft.ReportDesigner.IReportDesignerShell * bool -> unit
Public Sub Initialize (queryManager As QueryManager, reportDesignerShell As IReportDesignerShell, useGenericQueryDesigner As Boolean)
参数
- queryManager
- QueryManager
- reportDesignerShell
- IReportDesignerShell
- useGenericQueryDesigner
- Boolean