IActionTarget
Interface
Represents a report object which may be used as a target of an interactive action.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IActionTarget
Derived Classes:
Properties
Name
string
Gets the name of the report object used as action target.
C#
string Name { get; }
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.