Share via


SRSReportRunBuilder.getReportParameterFormControl Method [AX 2012]

Finds the FormControl value that is associated with the report parameter.

Syntax

private FormControl getReportParameterFormControl(SRSReportParameter reportParameter)

Run On

Called

Parameters

  • reportParameter
    Type: SRSReportParameter Class
    The SRSReportParameter object to which the FormControl value is associated.

Return Value

Type: FormControl Class
The FormControl value that is associated with the report parameter.

Remarks

If there is no FormControl value for the SRSReportParameter, a null Nothing nullptr unit a null reference (Nothing in Visual Basic) value is returned.

See Also

Reference

SRSReportRunBuilder Class