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