| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| queryId | String | The Query's Id. | ||
| query | ISQueryBase | ByRef | The new Query. | |
| supportReporting | ISfinSupport | Optional | The Support layer to use for Reporting (database access, global collections etc). This may differ from the current Support layer if the Query is to use a different database. If omitted, global settings will be used to determine the Support layer to use. If omitted, a value of Nothing is assumed. | |
| detailsReportSimple | Boolean | Optional | Indicates whether this is a simplified Details Report, e.g., the Query or Report may wish to only include simplified parameters. If omitted, a value of False is assumed. |
A Boolean value indicating success.