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
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)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(ProcessingIdentifierAction)
Declaration
public bool Equals(ProcessingIdentifierAction other)
Parameters
ProcessingIdentifierAction
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()