IAction
Interface
Represents a processed interactive action associated with a report item
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IAction : IAction
Derived Classes:
Properties
ReportItemName
string
The name of the report item associated with the action
C#
string ReportItemName { get; }