New to Telerik ReportingStart a free 30-day trial

Represents an base class for an interactive action that affects one or more report items or groups.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class ProcessingIdentifierAction : ActionBase, IAction, IAction

Inheritance: objectActionBaseProcessingIdentifierAction

Derived Classes: SortingActionToggleVisibilityAction

Implements: IActionIAction

Inherited Members ActionBase.ReportItemName

Constructors

Needed for JSON serialization

C#
protected ProcessingIdentifierAction()

Properties

Internal use only

C#
public int State { get; set; }

Targets

List<string>

Collection of affected targets associated with the action.

C#
public List<string> Targets { get; }

Methods

Internal use only

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

bool

Overrides: object.Equals(object)

Internal use only

C#
public bool Equals(ProcessingIdentifierAction other)
Parameters:otherProcessingIdentifierActionReturns:

bool

Internal use only

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

Internal use only

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()