ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ChangeResult Structure / Action Property

In This Topic
    Action Property (ChangeResult)
    In This Topic
    Gets the IAction definition, if any, that should be performed. May be null.
    Syntax
    'Declaration
     
    Public ReadOnly Property Action As IAction
    public IAction Action {get;}
    See Also