Eclipse BIRT Report Object Model (ROM)

IncludeScript Structure

Structure Overview

Stores a location for a script file that is loaded by the design.

Details

Display Name: Include Script
Since: 1.0

Property Summary

fileName
Path of the script file.

Description

Report design can include a number of script files. Location of the script files is stored using this structure. Each IncludeScript provides a file name value, it can either be an absolue path or a relative path(relates to the report file or the report base location).

Property Detail

fileName Property

Path of the script file.

Details

Type: string
Since: 1.0
Required: No
Display Name: Filename
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

Path of the script file. It can either be an absolute path or a relative path that relates to either the report file or the report base location.