Class Interactivity
Internal use only.
Inheritance
Namespace: Telerik.ReportViewer.Xaml
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class Interactivity
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
System.
|
SearchDataProperty
Property representing the search metadata associated with the report item
Declaration
public static readonly DependencyProperty SearchDataProperty
Field Value
System.
|
ToolTipProperty
Property representing the tooltip associated with the hovered report item
Declaration
public static readonly DependencyProperty ToolTipProperty
Field Value
System.
|
Methods
SetAction(DependencyObject, String)
Sets the Action property
Declaration
public static void SetAction(DependencyObject d, string value)
Parameters
System.
|
System.
|
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
System.
|
System.
|
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
System.
|
System.
|
Remarks
Must be public in order to be accessible by the WPF engine