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