Importing report definitions

A BIRT report definition provides the Application Security report engine the information it needs to generate a report. This includes information such as the report name, report parameters, and the name of the report template file.

BIRT enables you to import report definitions files to Application Security. To do this, you need a Application Security BIRT definition file (with the .rptdesign extension).

When you develop BIRT reports, any database credentials specified are stored insecurely in the report design file. Ensure that you delete credentials from a report before you deploy it to Application Security.

To import a report definition:

  1. On the header, select Administration.

  2. On the navigation pane, expand Templates, and then select Report Templates.

    The Reports page lists the name, type, and description of each report in the system.

  3. Click IMPORT.

  4. In the IMPORT NEW REPORT TEMPLATE dialog box, provide the information described in the following table.

    FieldDescription
    NameType a name for the template.
    Description(Optional) Type a description of the template and its purpose.
    CategorySelect a category for the template.
    Report EngineLeave BIRT selected.
    Template

    Browse to and select a Application Security BIRT definition file (with the .rptdesign extension).

  5. (Optional) Add one or more parameters to the report definition, as follows:

    1. Click ADD PARAMETER.
    2. In the ADD NEW PARAMETER dialog box, provide the information described in the following table.

      FieldDescription
      NameType the name of the parameter that corresponds to the parameter in the template you are importing.
      Description(Optional) Type a description of the parameter.
      IdentifierType the unique identifier of the parameter.
      Data TypeSelect the data type of this parameter.
  6. Click APPLY.

  7. Click SAVE.

See Also

Generating and viewing reports