ICIReportInfo Interface
ICIReportInfo interface is used to retrieve information about EFT’s reports. (Also refer to ICIServer::AvailableReports property). The interface provides the set of read-only properties. The Name and DefinitionPath properties together allow you to identify the report among other reports. (Note that one definition file can contain definitions of multiple reports and the same report name can be used for different reports in different definition files.)
interface ICIReportInfo : IDispatch
Example (VBScript):
MsgBox "Report: " & Report.Name & "(" & Report.DefinitionPath & ")"
Properties
-
Property DefinitionPath As String read-only
Retrieves the path to the report definition file.
HRESULT DefinitionPath([out, retval] BSTR* pVal);
EFT Server v6.1 and later