URL Function (Report)
Returns a string with the full URL to a report.
String := Report.URL([UseNames])
Parameters
- Report
-
Type: Form or report or any subtype
The report variable.
- UseNames
-
Type: Boolean
This parameter is optional. If it is set to true (default value) or if it is empty, the returned string contains references to field names in the table with which the record is associated. If the parameter is set to false, field numbers are used instead.
This function is equivalent to the functionality in the menu item Copy Link.
For examples of how to format URLs, see Composing URLs.
If the URL links to a report with several tables and this function is run, only one view in the request form is shown, namely the primary table. The primary table is the first table shown in the request form.
This function is not support on client report definition (RDLC) report layouts.