E.2 Create Tag

The create tag generates the report and serves any resources required to display the report. This tag must be inserted after the cache tag, but before any other report tags. If there is any HTML content or JSP tags that write HTML content before the create tag, the resourceUri attribute must be set to the URL of the Servlet Repository.

The create tag is required. It can contain parameter tags.

Attribute Name

Description

Required

Allowed Values

reportId

Unique ID of the report

Yes

Any string that is unique within the JSP

name

The name of the report

Yes

The name of any report in the report repository

processPage

Specifies if the JSP will be processed when the report is not available

No

true/false

resourceUri

The URI of the servlet or JSP that should be used to load report resources

No

Any valid URL

linkUri

The URI that should be used as the base of all links inside the report

No

Any valid URL

<< E.1 Cache Tag © 1996-2013 InetSoft Technology Corporation (v11.5) E.3 Parameter Tag >>