New to Telerik ReportingStart a free 30-day trial

Base class for processed interactive actions.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class ActionBase : IAction, IAction

Inheritance: objectActionBase

Derived Classes: CustomActionEnablerActionBaseNavigateToBookmarkActionNavigateToReportActionNavigateToUrlActionProcessingIdentifierAction...

Implements: IActionIAction

Constructors

C#
protected ActionBase()

Properties

The name of the report item associated with the action.

C#
public string ReportItemName { get; }

Implements: IAction.ReportItemName