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.
Gets the report parameter instance for the contract data member method name.
Syntax
public SRSReportParameter getRdpReportParameter(MethodName _methodName, [Object _nestedContractObject])
Run On
Called
Parameters
- _methodName
Type: MethodName Extended Data Type
A data member method name in an RDP contract.
- _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.