Parallels RAS Reporting Service Guide
ProductsSupportPartnersDocumentation
  • Introduction
    • Parallels RAS 19 release history
  • Installing Parallels RAS Reporting
    • System requirements
    • Install Microsoft SQL Server
      • Install Microsoft SQL Server 2016 or earlier
      • Install Microsoft SQL Server 2017 or 2019
      • Install Microsoft SQL Server 2022
    • Install Parallels RAS Reporting
    • Running Parallels RAS reports
    • GDPR compliance
  • Creating Custom Reports
    • Requirements and Information
    • Enable Custom Reports in the RAS Console
    • Install Microsoft SQL Server Report Builder
    • Create a New Blank Report
    • Add a Data Source
    • Add a Dataset
    • Design the Report
    • Run the Report in the RAS Console
    • Summary
    • Example: Report with Charts
      • Create a New Report
      • Add a Dataset
      • Design the Report
        • Add a Bar Chart
        • Add a Pie Chart
        • Format the Report
  • RAS Reporting Database Schema
Powered by GitBook

Social media

  • Facebook
  • Twitter
  • LinkedIn
  • YouTube

Other Resources

  • Feedback

© 2025 Parallels International GmbH. All rights reserved.

On this page
Export as PDF
  1. Creating Custom Reports

Enable Custom Reports in the RAS Console

PreviousRequirements and InformationNextInstall Microsoft SQL Server Report Builder

Last updated 9 months ago

Note: Microsoft SQL Server Reporting Services and Parallels RAS Reporting must be installed and configured before you can perform any of the tasks described here and later in this chapter. For complete installation instructions, please see .

Before you create custom reports, you need to enable the Custom Reports functionality in the RAS Console. Initially, this will perform one important action, it will create a virtual folder on the SQL Server Reporting Services side for storing your custom reports and will display it in the RAS Console together with the predefined folders.

To enable custom reports:

  1. In the RAS Console, navigate to Administration > Reporting.

  2. Make sure that the Enable RAS Reporting option is enabled.

  3. Click the Advanced settings button.

  4. In the dialog that opens, select the Enable custom reports option (at the bottom) and specify a folder name, or use the default name "Custom reports". The folder will appear on the Reports list in the Reporting category.

  5. Click OK and then click the Apply button in the RAS Console.

The virtual folder for storing custom reports will be created on the SQL Server Reporting Services side. To view it in the RAS Console, select the Reporting category and click the "Refresh" icon. If you see individual reports (not folders) click the "Folders" icon at the top of the Reports pane. The "Custom reports" folder will appear in the list. By default, the folder contains a single sample report.

Managing custom reports in SQL Server Report Manager

To view the "Custom reports" virtual folder in the SQL Server Report Manager, open the following URL in a web browser:

http://[server-name]:8085/Reports_RASREPORTING

where [server-name] is the name or IP address of the server where you have the SQL Server instance installed. The "RASREPORTING" part is the SQL Server instance name. If you used a different name when you installed the instance, use that name instead of "RASREPORTING".

The SQL Server Report Manager allows you to view and manage virtual folders and reports that they contain. You can download or upload reports as files to/from your local file system, set a report data source, and perform some other tasks. We will talk about some of these tasks later in this chapter.

Install Parallels RAS Reporting