Share via


SRSReportRun.reportPath Method [AX 2012]

Gets or sets the path of the report including the report name and in Reporting Services.

Syntax

public str reportPath([str value])

Run On

Called

Parameters

  • value
    Type: str
    The new value of the reportPath property; optional.

Return Value

Type: str
The path of the report.

Remarks

An example of such a path: /DynamicsAx/en-US/ReportLibraryName.ReportName.DesignName

See Also

Reference

SRSReportRun Class