Class
InteractiveActionEventArgs

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

Properties

Action

Gets the action instance

Declaration

cs-api-definition
public IAction Action { get; }

Property Value

IAction

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

In this article
DefinitionPropertiesActionBoundsCursorPos
Not finding the help you need?
Contact Support