New to Telerik Reporting? Download free 30-day trial

Interactive Actions in the interactiveAction Events of the HTML5 Report Viewer

The article lists the properties of the interactive action, available in interactiveActionExecuting, interactiveActionEnter and interactiveActionLeave event handlers.

Sorting action

Property Description Value
Id The identifier of the action A guid, generated by the processing engine.
Type The type name that identifies the action sorting
ReportItemName The name of the report item, associated with the current action Matches the name of the report item in report definition

ToggleVisibility action

Property Description Value
Id The identifier of the action A guid, generated by the processing engine.
Type The type name that identifies the action toggleVisibility
ReportItemName The name of the report item, associated with the current action Matches the name of the report item in report definition
Property Description Value
Id The identifier of the action A guid, generated by the processing engine.
Type The type name that identifies the action navigateToUrl
Value Object that contains the properties of the target report Available properties:
  • Url - The target url
  • Target -NewWindoworSameWindow
ReportItemName The name of the report item, associated with the current action Matches the name of the report item in report definition
Property Description Value
Id The identifier of the action A guid, generated by the processing engine.
Type The type name that identifies the action navigateToBookmark
Value String that identifies the target bookmark n/a
ReportItemName The name of the report item, associated with the current action Matches the name of the report item in report definition
Property Description Value
Id The identifier of the action A guid, generated by the processing engine.
Type The type name that identifies the action navigateToReport
Value Object that contains the properties of the target report Available properties:
  • Report - The target report source
  • Parameters - The supplied parameters collection
ReportItemName The name of the report item, associated with the current action Matches the name of the report item in report definition

Custom action

Property Description Value
Id The identifier of the action A guid, generated by the processing engine.
Type The type name that identifies the action customAction
Value Object that contains the evaluated parameters, defined for the current action
  • Parameters - a key-value collection of evaluated parameters
ReportItemName The name of the report item, associated with the current action Matches the name of the report item in report definition

See Also

In this article