ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / ApplyParametersAction Class / ApplyParametersAction Constructor
A collection of parameters that will be applied to the report.

In This Topic
    ApplyParametersAction Constructor
    In This Topic
    Initializes a new instance of the ApplyParametersAction class, specifying the parameters to be applied.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parameters As IEnumerable(Of IParameter) _
    )
    public ApplyParametersAction( 
       IEnumerable<IParameter> parameters
    )

    Parameters

    parameters
    A collection of parameters that will be applied to the report.
    See Also