ActionBase
Class
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:
Implements:
Constructors
C#
protected ActionBase()
Properties
ReportItemName
string
The name of the report item associated with the action.
C#
public string ReportItemName { get; }
Implements: