QueryManager Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QueryManager() | |
QueryManager(IContainer) |
QueryManager()
public:
QueryManager();
public QueryManager ();
Public Sub New ()
Applies to
QueryManager(IContainer)
public:
QueryManager(System::ComponentModel::IContainer ^ container);
public QueryManager (System.ComponentModel.IContainer container);
new Microsoft.ReportDesigner.Data.Server.QueryManager : System.ComponentModel.IContainer -> Microsoft.ReportDesigner.Data.Server.QueryManager
Public Sub New (container As IContainer)
Parameters
- container
- IContainer