Class ActionInfo
Represents an interactive action and its coordinates defined in the document hierarchy.
Inheritance
System.Object
ActionInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service.dll
Syntax
public class ActionInfo
Constructors
ActionInfo()
Declaration
public ActionInfo()
Properties
Action
The action that will be executed.
Declaration
public Action Action { get; set; }
Property Value
Action
|
Id
The id of the action.
Declaration
public string Id { get; set; }
Property Value
System.String
|