ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ActionInfo Class / Actions Property

In This Topic
    Actions Property (ActionInfo)
    In This Topic
    Gets a list of actions associated with this ActionInfo object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Actions As IList(Of Action)
    public IList<Action> Actions {get;}

    Property Value

    An IList object containing the Action objects.
    See Also