Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.