|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
Available in EFT Server 6.1 and later. |
The ICIServer::AvailableReports read-only property allows you to retrieve a list of the reports available on EFT Server. Its value is a variant containing the array of ICIReportInfo interfaces:
HRESULT AvailableReports([out, retval] VARIANT* pVal);
For Each report In Server.AvailableReports
MsgBox report.Name & " report is available"
Next