Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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: FormCheckBoxControl Class
The form control added to the form group control.