ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / ApplyParametersAction Class / Parameters Property

In This Topic
    Parameters Property (ApplyParametersAction)
    In This Topic
    Gets the collection of parameters to be applied to the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As IEnumerable(Of IParameter)
    public IEnumerable<IParameter> Parameters {get;}

    Property Value

    A collection of parameters that will affect the report's data or appearance.
    See Also