'Declaration Public Property Action As Action
public Action Action {get; set;}
var reportItem = new TextBox(); reportItem.Action = new Action { Hyperlink = "http://example.com" };
ReportItem Class ReportItem Members