11.5 Setting the Description and Other Strings for Your Report

The description for your report, and other strings it uses, are defined in the TemplateReport.properties file in the 6.1 directory of your new report. This file contains a set of keys and values for the string that appear in the report. The strings in the TemplateReport.properties file make it possible for your report to support multiple languages.

NOTE:The TemplateReport.properties file must end with a blank line. When you build your report archive, the localized strings defined for the report are appended to the TemplateReport.properties file, so a blank line is necessary to avoid having two lines merged.

To set the report description, you would need to edit the DESC1 key:

DESC1=This report shows all [authentication attempts] by users captured by @CATEGORY@ within the selected date range, grouped by the [domain within which the user account exists] and then grouped by the [account name].
MAXROWS=Maximum Rows
MAXROWSDESC=Specifies the maximum number of rows to return for this query
USER_DISPLAY_NAME=IDV User(s)
USER_DESCRIPTION=List of Identity Vault users to report on

Edit these properties to change your report description or any other string. You must rebuild and redeploy your report each time you change this file.