Difference between revisions of "XL3ReportInfo"
(Created page with "This function retrieves information about published reports on the web, in Excel it only exists as a placeholder. ==Syntax== {{Code|XL3ReportInfo( ItemName )}} ==Parameters...") |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | This function retrieves information about published reports on the web, in Excel it only exists as a placeholder. | + | This function retrieves information about published reports on the web, in Excel it only exists as a placeholder. Added in [[Version 9.1]]. |
==Syntax== | ==Syntax== | ||
Line 11: | Line 11: | ||
|- | |- | ||
| {{Code|ItemName}} | | {{Code|ItemName}} | ||
− | | | + | | Text, the name of the report property to retrieve. Valid values are |
* ReportName | * ReportName | ||
* LastPublished | * LastPublished | ||
*Description | *Description | ||
* PublishedBy | * PublishedBy | ||
+ | * Path - from version 10.1.35 | ||
+ | * webserver - from version 10.1.35 | ||
+ | |||
|} | |} | ||
Latest revision as of 07:27, 14 May 2020
This function retrieves information about published reports on the web, in Excel it only exists as a placeholder. Added in Version 9.1.
Syntax
XL3ReportInfo( ItemName )
Parameters
Parameter | Description |
---|---|
ItemName | Text, the name of the report property to retrieve. Valid values are
|