[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.Model.Interactivity.ApplyParametersAction

ApplyParametersAction Class

Represents an action that applies a set of parameters to the report when executed.

Inheritance
ApplyParametersAction
Implements
Namespace: GrapeCity.Viewer.Common.Model.Interactivity
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public class ApplyParametersAction : IAction
Remarks

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.

Constructors

Name Description
ApplyParametersAction(IEnumerable<IParameter>)

Initializes a new instance of the ApplyParametersAction class, specifying the parameters to be applied.

Properties

Name Description
Parameters

Gets the collection of parameters to be applied to the report.