ClassInteractivity
Internal use only.
Definition
Namespace:Telerik.ReportViewer.Xaml
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
public class Interactivity
Inheritance: objectInteractivity
Constructors
Interactivity()
Declaration
public Interactivity()
Fields
ActionProperty
Property representing the action associated with the hovered report item
Declaration
public static readonly DependencyProperty ActionProperty
Field Value
DependencyProperty
SearchDataProperty
Property representing the search metadata associated with the report item
Declaration
public static readonly DependencyProperty SearchDataProperty
Field Value
DependencyProperty
ToolTipProperty
Property representing the tooltip associated with the hovered report item
Declaration
public static readonly DependencyProperty ToolTipProperty
Field Value
DependencyProperty
Methods
SetAction(DependencyObject, string)
Sets the Action property
Declaration
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
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
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