Interface IActionTarget
Represents a report object which may be used as a target of an interactive action.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public interface IActionTarget
Properties
Name
Gets the name of the report object used as action target.
Declaration
string Name { get; }
Property Value
System.String
The name of the report object. |
Remarks
The Name of the action target should be unique in the report scope so that triggering the action does not interfere with other report objects.