Class CustomAction
Represents an interactive action that contains parameters that will be evaluated during the report item processing.
Inheritance
System.Object
CustomAction
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class CustomAction : IAction, IExpressionContainer, IEquatable<CustomAction>
Constructors
CustomAction()
Declaration
public CustomAction()
Properties
Parameters
Gets the collection of name-value parameter pairs defined for this custom action.
Declaration
public ParameterCollection Parameters { get; }
Property Value
ParameterCollection
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(CustomAction)
Declaration
public bool Equals(CustomAction other)
Parameters
CustomAction
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()