Class
Interactivity

Internal use only.

Definition

Namespace:Telerik.ReportViewer.Xaml

Assembly:Telerik.ReportViewer.Wpf.dll

Syntax:

cs-api-definition
public class Interactivity

Inheritance: objectInteractivity

Constructors

Interactivity()

Declaration

cs-api-definition
public Interactivity()

Fields

ActionProperty

Property representing the action associated with the hovered report item

Declaration

cs-api-definition
public static readonly DependencyProperty ActionProperty

Field Value

DependencyProperty

SearchDataProperty

Property representing the search metadata associated with the report item

Declaration

cs-api-definition
public static readonly DependencyProperty SearchDataProperty

Field Value

DependencyProperty

ToolTipProperty

Property representing the tooltip associated with the hovered report item

Declaration

cs-api-definition
public static readonly DependencyProperty ToolTipProperty

Field Value

DependencyProperty

Methods

SetAction(DependencyObject, string)

Sets the Action property

Declaration

cs-api-definition
public static void SetAction(DependencyObject d, string value)

Parameters

d

DependencyObject

value

string

Remarks

Must be public in order to be accessible by the WPF engine

SetSearchData(DependencyObject, string)

Sets the Search property

Declaration

cs-api-definition
public static void SetSearchData(DependencyObject d, string value)

Parameters

d

DependencyObject

value

string

Remarks

Must be public in order to be accessible by the WPF engine

SetToolTip(DependencyObject, string)

Sets the ToolTip property

Declaration

cs-api-definition
public static void SetToolTip(DependencyObject d, string value)

Parameters

d

DependencyObject

value

string

Remarks

Must be public in order to be accessible by the WPF engine