ActiveReports for .NET 3 Online Help Request technical support
Walkthrough: Deploying Windows Applications with ActiveReports
See Also
User Guide > Samples and Walkthroughs > Walkthroughs > Standard Edition Walkthroughs > Basic > Walkthrough: Deploying Windows Applications with ActiveReports

Glossary Item Box

With ActiveReports, compiled reports can easily be set up for deployment.

This walkthrough illustrates how to create a deployment project in ActiveReports for a compiled report.

This walkthrough is split up into the following activities:

Adding an installer project to an existing ActiveReports project

To add the installer project

  1. Open an existing ActiveReports project or create a new report.
  2. From the Build menu of Visual Studio, click "Build [your ActiveReports project name]" to build your report project.
  3. From the File menu of Visual Studio, select Add Project and click on New Project to open the Add New Project dialog. 
  4. Under Project Types in the Add New Project dialog, select Setup and Deployment Projects.
  5. In the Templates window, select Setup Project, rename the file and click OK.

  6. From the Solution Explorer, select the Installer project. In the Properties window, select the ProductName property and enter the name of your file.
The ProductName property determines the name that will be displayed for the application in folder names and in the Add/Remove Programs dialog box.

Adding the ActiveReports application to the installer

To add the ActiveReports application

  1. Select the Installer project in the Solution Explorer.
  2. In the File System Editor, choose the Application folder.
  3. From the Action menu of Visual Studio, select Add> Project Output to open the Add Project Output Group dialog.
  4. In the Add Project Output Group dialog, choose your ActiveReports project name from the drop-down list.
  5. Select "Primary Output" from the list and click OK. This adds all of the existing assembly dependencies to your project.
  6. If you wish to add other ActiveReports DLLs to the project, right-click on the project name, point to Add, and click on Assembly, which opens the  Component Selector dialog.
    If you would rather use the ActiveReports .msm file, please contact activereports.support@datadynamics.com.
  7. After you have added all desired ActiveReports DLLs, click "Build [your Installer project name]" from the Build menu of Visual Studio to build your Installer project.

Deploying the installer application

To deploy the installer application

  1. Select the Installer project in the Solution Explorer.
  2. From the Project menu of Visual Studio, click Install.
  3. The Installer application will run and install the project on your computer.

See Also

©2009. All Rights Reserved.