SRSReportRun::getReportRDL Method [AX 2012]

Retrieves the Report Definition Language (RDL) contents, the XML, of the report at the specified path.

Syntax

client private static str getReportRDL(str _reportPath)

Run On

Client

Parameters

  • _reportPath
    Type: str
    The SSRS path of the report.

Return Value

Type: str
Retrieves the RDL contents of the report at the given path.

See Also

Reference

SRSReportRun Class