Class ProcessingIdentifierAction
Represents an base class for an interactive action that affects one or more report items or groups.
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public abstract class ProcessingIdentifierAction : ActionBase, IAction, IAction
Constructors
ProcessingIdentifierAction()
Needed for JSON serialization
Declaration
protected ProcessingIdentifierAction()
Properties
State
Internal use only
Declaration
public int State { get; set; }
Property Value
|
System.Int32
|
Targets
Collection of affected targets associated with the action.
Declaration
public List<string> Targets { get; }
Property Value
|
System.Collections.Generic.List<System.String>
|
Methods
Equals(Object)
Internal use only
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
Overrides
Equals(ProcessingIdentifierAction)
Internal use only
Declaration
public bool Equals(ProcessingIdentifierAction other)
Parameters
|
ProcessingIdentifierAction
other
|
Returns
|
System.Boolean
|
GetHashCode()
Internal use only
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
Overrides
ToString()
Internal use only
Declaration
public override string ToString()
Returns
|
System.String
|