SRSReportRunBuilder.buildReportParameterStringControl Method [AX 2012]
Adds a FormStringControl object that represents the SRSReportParameter object to the specified FormGroupControl object.
Syntax
private FormStringControl buildReportParameterStringControl(FormGroupControl formGroupControl, SRSReportParameter reportParameter)
Run On
Called
Parameters
- formGroupControl
Type: FormGroupControl Class
The FormGroupControl object to which to add the new control.
- reportParameter
Type: SRSReportParameter Class
The SRSReportParameter object represented by the new control.
Return Value
Type: FormStringControl Class
The form control added to the form group control.