Share via


SRSReportRunBuilder.buildFormParametersGroup Method [AX 2012]

Builds the parameters controls group necessary for the report.

Syntax

public void buildFormParametersGroup(FormGroupControl parentGroupControl)

Run On

Called

Parameters

  • parentGroupControl
    Type: FormGroupControl Class
    The group control that is to be the parent of all the parameter controls that are to be built.

Remarks

Adds a control for each visible report parameter.

See Also

Reference

SRSReportRunBuilder Class