SrsReportRdlDataContract.getParameter Method [AX 2012]

Gets the SrsReportParameter instance for the given parameter name.

Syntax

public SRSReportParameter getParameter(str _paramName)

Run On

Called

Parameters

  • _paramName
    Type: str
    The parameter name in report.

Return Value

Type: SRSReportParameter Class
SrsReportParameter instance.

Exceptions

Exception Condition
Error

Throws an error if the parameter cannot be found.

See Also

Reference

SrsReportRdlDataContract Class