Share via


SRSReportRunBuilder.buildFormQueryGroup Method [AX 2012]

Builds a query group that contains range information for a report query.

Syntax

public void buildFormQueryGroup(
    FormGroupControl parentGroupControl, 
    str parameterName, 
    Query query, 
   [boolean showSelectButton])

Run On

Called

Parameters

  • parameterName
    Type: str
    The report parameter in which to pass the record ID of the serialized query.
  • query
    Type: Query Class
    The query that the report uses.

See Also

Reference

SRSReportRunBuilder Class