Share via


SRSReportRunBuilder.buildReportParameterCheckBoxControl Method [AX 2012]

Adds a FormCheckBoxControl object that represents a SRSReportParameter object of the specified FormGroupControl object.

Syntax

private FormCheckBoxControl buildReportParameterCheckBoxControl(FormGroupControl formGroupControl, SRSReportParameter reportParameter)

Run On

Called

Parameters

Return Value

Type: FormCheckBoxControl Class
The form control added to the form group control.

See Also

Reference

SRSReportRunBuilder Class