Progress® Telerik® Reporting R3 2020
ReportViewer.InteractiveActionLeave Event
Occurs when the mouse cursor leaves the area of a report item's action.
Namespace:
Telerik.ReportViewer.SilverlightAssembly: Telerik.ReportViewer.Silverlight (in Telerik.ReportViewer.Silverlight.dll) Version: 14.2.20.1120 R3 2020 SP1
Syntax
Examples
void ReportViewer1_InteractiveActionLeave(object sender, InteractiveActionEventArgs args) { var strB = new System.Text.StringBuilder(); strB.AppendLine("You have just left an action area."); strB.AppendLine("Action type: " + args.Action.Type); strB.AppendLine("ReportItem name: " + args.Action.ReportItemName); strB.AppendLine(string.Format("Item bounds: {0}", args.Bounds)); Console.Out.WriteLine(strB.ToString()); }
Version Information
Supported in: 1.0