ClassActionBase
Class
Base class for processed interactive actions.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class ActionBase : IAction, IAction
Inheritance: objectActionBase
Derived Classes:
Implements:
Constructors
ActionBase()
Declaration
cs-api-definition
protected ActionBase()
Properties
ReportItemName
The name of the report item associated with the action.
Declaration
cs-api-definition
public string ReportItemName { get; }
Property Value
string
Implements