ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Action Class / ApplyParameters Property

In This Topic
    ApplyParameters Property
    In This Topic

    Gets an apply parameters action settings that is executed by clicking the report item.

    Syntax
    'Declaration
     
    Public Property ApplyParameters As ApplyParametersAction
    public ApplyParametersAction ApplyParameters {get; set;}

    Property Value

    A ApplyParametersAction object representing the apply parameters action settings that is executed by clicking the report item.

    See Also