Modifying/Developing Additional Reports
Setting Up the Development Environment
System Requirements:
• Microsoft Visual Studio .NET 2003
• SQL 2000 Reporting Services (Client Components)
Overview of steps to create new Report:
1. Create a new Report Project
2. Add Datasources:
a. Create a shared datasource named “RemoteWare1”
i. Configure the datasource to point to a RemoteWare log database.
b. Create a shared datasource named “RemoteWareAll”
i. Configure the datasource to point to a RW Cluster Manager database. This datasource is used for all of the “Cluster_<filename>” reports, which are the combined logs views.
3. Copy report files to modify or use as templates from the <InstallDir>\Reports folder to the development box (*.rdl)
4. Add *.rdl files to Report Project.