ScrGenerateConnectionReport
|
Exports a net connection report to a specified HTML file in the project directory. |
|
| UI Command: | Advanced > Export Connection Report. |
| Syntax: | obj.ScrGenerateConnectionReport(<fileName>) |
| Parameters: |
BSTR fileName (including file extension) |
| Return Value: |
INT:
|
| VB Example: |
obj.ScrGenerateConnectionReport("connRpt.html") |
| IPY Example: |
oDoc.ScrGenerateConnectionReport('connRpt.html') |