CustomAction
Class
Represents an interactive action that contains parameters that will be evaluated during the report item processing.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class CustomAction : IAction
Inheritance: objectCustomAction
Implements:
Constructors
C#
public CustomAction()
Properties
Gets the collection of name-value parameter pairs defined for this custom action.
C#
[Browsable(true)]
public ParameterCollection Parameters { get; }
Methods
TODO: Add documentation.
Equals(object)
bool
TODO: Add documentation.
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides:
ToString()
string
TODO: Add documentation.
C#
public override string ToString()
string
Overrides: