reportlite_open()

Read(784) Label: read, reportlite file,

Description:

Read a ReportLite(group) file.

Syntax:

reportlite_open(filePath)

Note:

External library function (See ReportLite User Reference).

Parameter:

filePath

The URL through which a report is opened, which can be an absolute path or a relative path; when it is the relative path, the base directory is the path specified in esProc main directory’s <mainPath> node in the configuration file.

Return value:

Report object

Example:

 

A

 

1

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

 

2

=reportlite_open("D:\\test.rptx")

Read ReportLite file test.rptx.

3

=reportlite_open("test1.rptx")

When the relative path is used for reading the report file, the base directory is the path specified in esProc main directory’s <mainPath> node in the configuration file.

Related function:

reportlite_config()