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.
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
- parentGroupControl
Type: FormGroupControl Class
The parent group of the group to be created.
- 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.
- showSelectButton
Type: boolean