Class
CustomAction

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

Inherited Members ActionBase.ReportItemName

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>