reportlite_config()

Description:

Read information from the ReportLite configuration file.

Syntax:

reportlite_config(filePath)

Note:

This external library function (See ReportLite User Reference ) reads information from the ReportLite configuration file, including the main directory, the report layout and so on.

Parameter:

filePath

A file path, which is an absolute path or a relative path, or a class path; for a relative path, its base directory is the application root directory; esProc default is the root directory

Return value:

Configuration file object

Example:

 

A

 

1

>reportlite_config("config\\raqsoftConfigReportLite.xml")

A relative path; filePath is relative to esProc directory.

2

>reportlite_config("D:\\esProc\\config\\raqsoftConfigReportLite.xml")

An absolute path.

3

>reportlite_config("raqsoftConfigReportLite.xml")

A relative path; filePath is relative to class path classes.