描述:
读取轻装版报表/报表组文件。
语法:
reportlite_open(filePath)
备注:
外部库函数,外部库的使用请参考润乾报表轻装版《用户参考》。
参数:
filePath |
报表文件路径,可以是绝对路径也可以是相对路径。相对路径时,基准目录为配置文件中<home>节点配置的路径。 |
返回值:
ReportObject对象
示例:
|
A |
|
1 |
>reportlite_config("config\\raqsoftConfigReportLite.xml") |
|
2 |
=reportlite_open("D:\\test.rptx") |
读取轻装版报表文件test.rptx。 |
3 |
=reportlite_open("test1.rptx") |
相对路径读取报表文件时,基准目录为配置文件中<home>节点配置的路径。 |
相关概念: