The simplest interactive report

To create your first interactive report involves two additional steps:
  1. Add the interactive attribute to your <bloxreport:report> tag and set the value to true.
    <bloxreport:report id="myReport" interactive="true">
       ...
    </bloxreport:report>

    The interactive attribute is set to false by default.

  2. Add a reference to the supplied style sheets in the <head> section.
    <head>
       <link rel="stylesheet" href="/AlphabloxServer/theme/report.css" />
    </head>