Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can also add customs reports to your installation. To add custom reports go to the Reports Utility folder, the default location is C:\Program Files\Idera\SQLInventoryManager\ReportUtility, and follow these steps.

  1. Place the reports you want to install inside the Reports folder.
  2. Open the file rdl.xml located in the same folder as the Reports Utility. 
  3. At the end of the file add Add and customize the following code. Make sure to add it before the </folder> tag.

    Code Block
    languagexml
    <reportfile>
    		<name>The name of a Report</name>
    		<file>Reports\filename.rdl</file>
    		<description>Enter a description for your report.</description>
    	</reportfile>
    </folder>


  4. Save the file and close it.
  5. Run the IDERA Reports Utility

...