[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.Action

Action Property

Action

Gets or sets an action (e.g., hyperlink) associated with the report item.

Declaration
public Action Action { get; set; }
Property Value
Type Description
Action

An Action object representing the action to perform when the report item is clicked.

Examples
var reportItem = new TextBox();
reportItem.Action = new Action { Hyperlink = "http://example.com" };