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
 

Property Value

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