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

In This Topic
    Actions Property
    In This Topic
    The list of actions.
    Syntax
    'Declaration
     
    Public ReadOnly Property Actions As IList(Of Action)
    public IList<Action> Actions {get;}
    See Also