InterfaceIActionTarget
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:
cs-api-definition
public interface IActionTarget
Properties
Name
Gets the name of the report object used as action target.
Declaration
cs-api-definition
string Name { get; }
Property Value
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.