Class InteractiveActionEventArgs
Provides data for interactive actions related events on the ReportViewer
and on the
Inheritance
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public class InteractiveActionEventArgs : EventArgs
Properties
Action
Bounds
Gets the client bounds in pixels of the element that triggered the action
Declaration
public RectangleF Bounds { get; }
Property Value
System.Drawing.RectangleF
|
CursorPos
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.
Declaration
public Point CursorPos { get; }
Property Value
System.Drawing.Point
|