Share via


SRSReportRun::getReportUrl Method [AX 2012]

Retrieves the URL of the named report.

Syntax

client private static str getReportUrl(str _reportName, [str _menuItemArgumentsParm])

Run On

Client

Parameters

  • _reportName
    Type: str
    The name of the report.
  • _menuItemArgumentsParm
    Type: str
    Any additional menu item arguments that are required.

Return Value

Type: str
The URL of the named report.

See Also

Reference

SRSReportRun Class