Server User Guides > Survey Tabulation > Extending UNICOM Intelligence Reporter > Creating an export component > Creating a Visual Studio Project
 
Creating a Visual Studio Project
1 In Microsoft Visual Studio, click File > New > Project.
2 Select Visual C++ Projects from the Project Types list, and then select Data Collection Survey Tabulation Export from the Templates list.
3 Enter the name and location of your new export project, and then click OK.
4 In the Survey Tabulation Export Wizard, select Export Settings.
5 Edit the project settings as required:
Export type
This is based on the project name and is used to build default suggestions for the export component name and title.
UNICOM Systems, Inc. internal component
This option is for use by UNICOM Systems, Inc. developers, or consultants developing components that are intended to be incorporated into UNICOM Systems, Inc. products. To see how it affects your project, see Creating an UNICOM Systems, Inc. internal component.
Development language
If you select VBScript or JScript, the wizard creates a script to contain the code that renders the UNICOM Intelligence Reporter - Survey Tabulation output into the appropriate format for the export. The script is included as a resource of the export component so that the code can be changed without recompiling the component.
Export name
This is the name that appears in the registry. It is also the name to use to refer to the export component in scripts.
Component title
This is the description that appears in class descriptions in the registry and in the component's version resource. It also forms the name that appears in the Export dialog in UNICOM Intelligence Reporter - Survey Tabulation.
6 Click Finish to create the project.
See also
Creating an export component