XL3ConnInfo

Revision as of 07:28, 14 May 2020 by Csalter (talk | contribs) (Created page with "This function retrieves information about published reports on the web, in Excel it only exists as a placeholder. Added in Version 9.1. ==Syntax== {{Code|XL3ConnInfo( Co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function retrieves information about published reports on the web, in Excel it only exists as a placeholder. Added in Version 9.1.

Syntax

XL3ConnInfo( ConnectionID, ItemName )

Parameters

Parameter Description
ItemName Text, the name of the report property to retrieve. Valid values are
  • ReportName
  • LastPublished
  • Description
  • PublishedBy
  • Path - from version 10.1.35
  • webserver - from version 10.1.35
ItemName Text, the name of the report property to retrieve. Valid values are
  • ReportName
  • LastPublished
  • Description
  • PublishedBy
  • Path - from version 10.1.35
  • webserver - from version 10.1.35

See Also