SrsReportRunInterface.getRdpReportParameter Method [AX 2012]

Gets the report parameter instance for the contract data member method name.

Syntax

public SRSReportParameter getRdpReportParameter(MethodName _methodName, [Object _nestedContractObject])

Run On

Called

Parameters

  • _nestedContractObject
    Type: Object Class
    The class where this method exists, if the method name is not part of the root RDP contract.

Return Value

Type: SRSReportParameter Class
A SrsReportParameter class that provides the details about the various report design elements.

Remarks

For RDP based reports, a strongly typed contract describes the parameters. But certain information that is captured in report design like valid values, hidden, grouping, or ordering will not be in the strongly typed contract. To get that information, we must get the underlying SrsReportParameter contract class. This API provides the ability to get the underlying SrsReportParameter object for a given data member method name.

See Also

Reference

SrsReportRunInterface Interface