ClassCustomAction
Class
Represents a processed interactive action that contains evaluated parameter collection.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class CustomAction : ActionBase, IAction, IAction
Inheritance: objectActionBaseCustomAction
Implements:
Inherited Members
Constructors
CustomAction()
Declaration
cs-api-definition
public CustomAction()
Properties
Parameters
Gets the collection of evaluated name-value parameter pairs.
Declaration
cs-api-definition
public IDictionary<string, object> Parameters { get; }
Property Value
IDictionary<string, object>