Reporting Configuration - DMX

Once the BIRT report is fit for purpose you must create a DMX entry for your report. The report DMX entry must be present your custom initial demo data, for examples see the DMX file BIREPORTCONFIGURATION.dmx Please note that the client must follow the Cúram Server Developer's Guide at all times, also note that the BIHelper class will throw a runtime exception if the report logical name cannot be found in the BIReportConfiguration entity. See the section below for a example DMX configuration entry.

<row>
        <attribute name="biReportConfigurationID">
          <value>2002</value>
        </attribute>
        <attribute name="reportName">
          <value>AuditPlanSummaryBarChart</value>
        </attribute>
        <attribute name="reportCategory">
          <value>RC2001</value>
        </attribute>
        <attribute name="reportFileName">
          <value>components\core\birt\CaseAudit\
            AuditPlanSummaryBarChart.rptdesign</value>
        </attribute>
        <attribute name="reportServlet">
          <value/>
        </attribute>
        <attribute name="width">
          <value>100%</value>
        </attribute>
        <attribute name="height">
          <value>280</value>
        </attribute>
        <attribute name="scrolling">
          <value>RS2003</value>
        </attribute>
        <attribute name="reportFrameborder">
          <value>0</value>
        </attribute>
        <attribute name="description">
          <value>Audit Plan Summary</value>
        </attribute>
        <attribute name="recordStatus">
          <value>RST1</value>
        </attribute>
        <attribute name="versionNo">
          <value>1</value>
        </attribute>
  </row>