Class ActionBase
Base class for processed interactive actions.
Inheritance
System.Object
ActionBase
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public abstract class ActionBase : IAction, IAction
Constructors
ActionBase()
Declaration
protected ActionBase()
Properties
ReportItemName
The name of the report item associated with the action.
Declaration
public string ReportItemName { get; }
Property Value
System.String
|