Creating an export component
UNICOM Intelligence Reporter - Survey Tabulation comes with several export components:
These components export UNICOM Intelligence Reporter - Survey Tabulation data into formats that can be used by other applications.
Note The export components are only offered as 32-bit, regardless of whether you install the x86 32-bit or x64 64-bit version of UNICOM Intelligence Reporter - Survey Tabulation.
Export components are used by:
▪UNICOM Intelligence Reporter - Survey Tabulation in UNICOM Intelligence Interviewer - Server Admin. The export component includes a graphical user interface in the form of an Exports dialog box. The user selects the export component from a drop-down list, and the requested export component is downloaded as a .cab file, then installed and registered on the user's machine. The user sets the values of properties for the export component using the options in the dialog box. See the UNICOM Intelligence Reporter - Survey Tabulation help in UNICOM Intelligence Interviewer - Server Admin for more information on exporting from UNICOM Intelligence Reporter - Survey Tabulation.
If UNICOM Intelligence Reporter - Survey Tabulation does not include the export component that you need, you can create your own in Microsoft Visual Studio, using the UNICOM Intelligence Reporter - Survey Tabulation Export Wizard. The wizard is a Visual Studio project template that creates all of the files required for an ATL control to export UNICOM Intelligence Reporter - Survey Tabulation output to another format. Once you have created the files using the wizard, you can fill in the appropriate functions to build your own export component. Alternatively, you can modify an existing export script.
Creating an export component using the UNICOM Intelligence Reporter - Survey Tabulation Export Wizard
To create the export component, see:
After you have followed these steps, the export component is available to use in UNICOM Intelligence Reporter - Survey Tabulation and UNICOM Intelligence Professional Tables Option along with the existing export components.
Modifying an export component
When you modify an existing export component, you do not need to use the Export Wizard. However, you may find it useful to create a dummy project using the wizard, so that you can use the test files that the wizard creates to test your modifications. A suggested method of working is:
Before you begin
1 Install Microsoft Visual Studio .NET 7.0 or 2003.
2 Install the UNICOM Intelligence Reporter - Survey Tabulation Export Wizard. When you install the UNICOM Intelligence Developer Documentation Library(DDL), which includes this documentation, the UNICOM Intelligence Reporter - Survey Tabulation Export Wizard is automatically installed in your Microsoft Visual Studio installation location. If you install Visual Studio after you install the DDL, you must reinstall the DDL to install the Export Wizard.
See also