Share via


SRSReportProviderMetadata.getParameter Method [AX 2012]

Gets the SrsReportParameter instance for the given parameter name in the RDP contract.

Syntax

public SRSReportParameter getParameter(str _paramName)

Run On

Called

Parameters

  • _paramName
    Type: str
    A parameter name.

Return Value

Type: SRSReportParameter Class
An instance of the SrsReportParameter class.

Exceptions

Exception Condition
Error

The parameter name cannot be found.

See Also

Reference

SRSReportProviderMetadata Class