Class CustomAction
Represents an interactive action that contains parameters that will be evaluated during the report item processing.
Inheritance
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)
TODO: Add documentation.
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
Overrides
Equals(CustomAction)
TODO: Add documentation.
Declaration
public bool Equals(CustomAction other)
Parameters
|
CustomAction
other
|
Returns
|
System.Boolean
|
GetHashCode()
TODO: Add documentation.
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
Overrides
ToString()
TODO: Add documentation.
Declaration
public override string ToString()
Returns
|
System.String
|