MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / IActionHandler Interface / ProcessAction Method
The action to process.

In This Topic
ProcessAction Method
In This Topic
Processes a custom action for the report.
Syntax
'Declaration
 
Function ProcessAction( _
   ByVal action As IAction _
) As Boolean
 

Parameters

action
The action to process.

Return Value

True if the action was processed successfully; otherwise, false.
See Also