Eclipse BIRT Report Object Model (ROM)
IncludedLibrary Structure
| Display Name: | Included Library | 
| Since: | 1.0 | 
Report design can include a number of libraries, library is a reusable component with a number of predefined elements or resources. Included library structure is used to supply a link to the library file and a namespace that is unique to each included libraries.
Elements from the library is referenced using the library namespace. For example, report includes a library, file name is "/library1.rptlibrary"; namespace is "lib1". Report design references a table(t1) from the library using "lib1.t1"
File name of the library.
| Type: | literalString | 
| Since: | 1.0 | 
| Required: | Yes | 
| Display Name: | Filename | 
| JavaScript Type: | |
| Default Value: | None | 
| Runtime Settable: | Yes | 
File name of the library that is included, it can either in absolute or relative path.
Namespace of the library.
| Type: | string | 
| Since: | 2.0 | 
| Required: | Yes | 
| Display Name: | Namespace | 
| JavaScript Type: | |
| Default Value: | None | 
| Runtime Settable: | Yes | 
Namespace is unique to each included library, elements or resources(image, dataset or datasource) inside a library is referenced using the namespace prefix.