New to Telerik ReportingStart a free 30-day trial

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: InteractiveActionCancelEventArgsInteractiveActionEventArgs

Properties

Gets the action instance

C#
public IAction Action { get; }

Bounds

RectangleF

Gets the client bounds in pixels of the element that triggered the action

C#
public RectangleF Bounds { get; }

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; }
In this article
DefinitionPropertiesActionBoundsCursorPos
Not finding the help you need?
Contact Support