[]
Represents an action that applies a set of parameters to the report when executed.
public class ApplyParametersAction : IAction
This action is useful for dynamically modifying the report's data or appearance based on user input or other criteria. Parameters can control various aspects of the report, such as filtering data, changing styles, or setting values used in calculations.
Name | Description |
---|---|
ApplyParametersAction(IEnumerable<IParameter>) | Initializes a new instance of the ApplyParametersAction class, specifying the parameters to be applied. |
Name | Description |
---|---|
Parameters | Gets the collection of parameters to be applied to the report. |