[]
Initializes a new instance of the ApplyParametersAction class, specifying the parameters to be applied.
public ApplyParametersAction(IEnumerable<IParameter> parameters, string targetBookmark = null)
| Type | Name | Description |
|---|---|---|
| IEnumerable<IParameter> | parameters | A collection of parameters that will be applied to the report. |
| string | targetBookmark | A string representing the target bookmark. |