QlikView Control
The QvObject can be added to and removed from the Toolbox.
Adding QlikView Control to the Toolbox
This is usually performed automatically by the QlikView Workbench installation, but if necessary, proceed as follows:
- Start Visual Studio.
- Create a new ASP.NET web application or open an existing project.
- Right-click in the Toolbox (normally in a tab to the left) and select Add Tab.
- Name the tab QlikView.
- Right-click in the space below the added QlikView tab and select Choose Items...
- After a while, the Choose Toolbox Items dialog opens. Click the Browse... button.
- Navigate to the file QlikViewWorkbench.dll (normally installed in C:\Program Files\QlikView\Workbench\Controls\QlikView) and click Open.
- Click OK in the Choose Toolbox Items dialog.
- The QlikView tab should now contain a QvObject control. If not, make sure that an .aspx page is selected in the solution.
Removing QlikView Control from the Toolbox
This is usually performed automatically by the QlikView Workbench un-installer, but if necessary, proceed as follows:
- Start Visual Studio.
- Create a new ASP.NET web application or open an existing project.
- Make sure that an .aspx page is selected.
- Right-click the QlikView tab in the Toolbox and select Delete Tab.
- Click OK in the confirmation dialog to remove the QlikView tab along with its controls.