ActiveReports 19 .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;}

    Property Value

    An IAction representing the action to be performed, or null if no action is defined.
    See Also