Description:
Read a ReportLite(group) file.
Syntax:
reportlite_open(filePath)
Note:
An external library function (See ReportLite User Reference).
Parameter:
filePath |
The URL through which a report is exported, which can be an absolute path or a relative path; when it is the relative path, the base directory is the path specified in the <home> node in the configuration file |
Return value:
ReportObject 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 using the relative path to read the report file, the base directory is the path specified in the <home> node in the configuration file. |
Related function: