Share via


SrsAutoReportController.replaceRdlDataMethods Method [AX 2012]

Replaces data method calls that are contained in SSRS report templates.

Syntax

private str replaceRdlDataMethods(str reportRdl)

Run On

Client

Parameters

  • reportRdl
    Type: str
    The current report RDL.

Return Value

Type: str
A string that contains the modified report RDL.

Remarks

This method should be added to for every data method that is referenced in SSRS report templates for SSRS auto reports to use. Place calls to new methods in the data method processing comment lines.

See Also

Reference

SrsAutoReportController Class