New to Telerik ReportingStart a free 30-day trial

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: IAction

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.

C#
public bool Equals(CustomAction other)
Parameters:otherCustomActionReturns:

bool

TODO: Add documentation.

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()