SRSReportRun::getReportPath Method [AX 2012]

Gets the SSRS path of a report that has the specified name.

Syntax

client private static str getReportPath(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 SSRS path of a report.

See Also

Reference

SRSReportRun Class