Description:
Read information from the report configuration file.
Syntax:
report_config(filePath, funfile)
Note:
This external library function (See The Programmer’s Reference) reads information from the report configuration file, including the application’s resource path and the report license file path, and loads the license file to authenticate it.
Parameter:
filePath |
A file path, which is either 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. |
funfile |
Path of a user-defined function’s configuration file, which is either an absolute path or a relative path, or a class path; for a relative path, its base directory is the same as explained above. |
Return value:
Configuration file object
Example: