InterfaceIAction
Interface
Represents a processed interactive action associated with a report item
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IAction : IAction
Properties
ReportItemName
The name of the report item associated with the action
Declaration
cs-api-definition
string ReportItemName { get; }
Property Value
string