SrsReportDataContract.parmReportPath Method [AX 2012]

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

Syntax

public str parmReportPath([str _reportPath])

Run On

Called

Parameters

  • _reportPath
    Type: str
    The new value of the report path property; optional.

Return Value

Type: str
Path to the report.

Remarks

For example, /DynamicsAx/ReportLibraryName.ReportName.DesignName.

See Also

Reference

SrsReportDataContract Class