Report Na

The name logical BIRT Report name is coded to a constants file, e.g. see Const.java. The report name is a logical name with the physical report returned by a call using the CEF utility BIHelper component, the report DMX (Data Mining Extensions) configuration entries must be available in the database or this method is throw an exception. See the following section on DMX configuration for an example.

/** Investigation Summary report. **/
  public static final String gkInvestigationsSummaryReportName = 
      "InvestigationsSummary";