SRSReportRunBuilder.buildFormReportParameterControl Method [AX 2012]
Builds a form control for a report parameter.
Syntax
private boolean buildFormReportParameterControl(FormGroupControl formGroupControl, SRSReportParameter reportParameter)
Run On
Called
Parameters
- formGroupControl
Type: FormGroupControl Class
The parent group for the control.
- reportParameter
Type: SRSReportParameter Class
The report parameter that this control belongs to.
Return Value
Type: boolean
true if a control was added; otherwise, false.