New to Telerik ReportingStart a free 30-day trial

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: IActionIAction

Inherited Members ActionBase.ReportItemName

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; }