File (attribute of report)
From JRapid
The "file" attribute specifies the location path of a report in the server. The path is relative to the webapp.
Usage
<report file=PATH location=LOCATION name=NAME/>
- file: the file path of the report.
- location: the location report of the report.
Example
<report file="WEB-INF/report/CompanyReport.jasper" location="application" name="CompanyReport"/>
