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:
Implements:
Inherited Members
Constructors
Needed for JSON serialization
C#
protected ProcessingIdentifierAction()
Properties
State
int
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
Equals(object)
bool
Internal use only
C#
public override bool Equals(object obj)
bool
Overrides:
Internal use only
C#
public bool Equals(ProcessingIdentifierAction other)
bool
Internal use only
C#
public override int GetHashCode()
int
Overrides:
ToString()
string
Internal use only
C#
public override string ToString()
string
Overrides: