To create your first interactive report involves two additional
steps:
- 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.
- Add a reference to the supplied style sheets in the <head> section.
<head>
<link rel="stylesheet" href="/AlphabloxServer/theme/report.css" />
</head>