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