ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / MemoryReportItem Class / Action Property

In This Topic
    Action Property (MemoryReportItem)
    In This Topic
    Gets or sets the Action object of this report item.
    Syntax
    'Declaration
     
    Public Property Action As IAction
    public IAction Action {get; set;}
    See Also