D.5 Header Tag

The Header Tag must be present to ensure correct generation of the report.

In the HTML head tag, you need to include the report header tag. The only attribute passed to this tag is the reportId. The header tag is responsible for writing java script functions which are used by the report toolbar buttons (mail, export etc). It also writes some external CSS data for the presentation of the report.

<html>

   <head>

      <title>My Report Page</title>

      <sree:header reportId="myReport"/>

   </head>

<< D.4 Parameter Tag © 1996-2013 InetSoft Technology Corporation (v11.4) D.6 Toolbar and Body Tags >>