Class CustomAction
Represents a processed interactive action that contains evaluated parameter collection.
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class CustomAction : ActionBase, IAction, IAction
Constructors
CustomAction()
Declaration
public CustomAction()
Properties
Parameters
Gets the collection of evaluated name-value parameter pairs.
Declaration
public IDictionary<string, object> Parameters { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
|