ActiveReports 18 .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
    Parameters to be affected.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As IEnumerable(Of IParameter)
    public IEnumerable<IParameter> Parameters {get;}
    See Also