Provides data for interactive actions related events on the ReportViewer and on the Telerik.ReportViewer.Wpf.ReportViewer controls.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
C#
public class InteractiveActionEventArgs : EventArgs
Inheritance: objectEventArgsInteractiveActionEventArgs
Derived Classes:
Properties
Bounds
RectangleF
Gets the client bounds in pixels of the element that triggered the action
C#
public RectangleF Bounds { get; }
CursorPos
Point
Gets the relative coordinates in pixels of the mouse cursor according to the report item that triggered the action. Returns an empty Point instance when used in InteractiveActionLeave event handler.
C#
public Point CursorPos { get; }