ClassInteractiveActionEventArgs
Class
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:
cs-api-definition
public class InteractiveActionEventArgs : EventArgs
Inheritance: objectEventArgsInteractiveActionEventArgs
Derived Classes:
Properties
Action
Gets the action instance
Bounds
Gets the client bounds in pixels of the element that triggered the action
Declaration
cs-api-definition
public RectangleF Bounds { get; }
Property Value
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
cs-api-definition
public Point CursorPos { get; }
Property Value
Point