Class
CustomAction

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:

cs-api-definition
public class CustomAction : IAction

Inheritance: objectCustomAction

Implements: IAction

Constructors

CustomAction()

Declaration

cs-api-definition
public CustomAction()

Properties

Parameters

Gets the collection of name-value parameter pairs defined for this custom action.

Declaration

cs-api-definition
[Browsable(true)]
public ParameterCollection Parameters { get; }

Property Value

ParameterCollection

Methods

Equals(CustomAction)

TODO: Add documentation.

Declaration

cs-api-definition
public bool Equals(CustomAction other)

Parameters

other

CustomAction

Returns

bool

Equals(object)

TODO: Add documentation.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

TODO: Add documentation.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()