New to Telerik ReportingStart a 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

PropertyDescriptionValue
IdThe identifier of the actionA guid, generated by the processing engine.
TypeThe type name that identifies the actionsorting
ReportItemNameThe name of the report item, associated with the current actionMatches the name of the report item in the report definition

ToggleVisibility action

PropertyDescriptionValue
IdThe identifier of the actionA guid, generated by the processing engine.
TypeThe type name that identifies the actiontoggleVisibility
ReportItemNameThe name of the report item, associated with the current actionMatches the name of the report item in the report definition
PropertyDescriptionValue
IdThe identifier of the actionA guid, generated by the processing engine.
TypeThe type name that identifies the actionnavigateToUrl
ValueObject that contains the properties of the target reportAvailable properties:
  • Url - The target url
  • Target -NewWindoworSameWindow
ReportItemNameThe name of the report item, associated with the current actionMatches the name of the report item in the report definition
PropertyDescriptionValue
IdThe identifier of the actionA guid, generated by the processing engine.
TypeThe type name that identifies the actionnavigateToBookmark
ValueString that identifies the target bookmarkn/a
ReportItemNameThe name of the report item, associated with the current actionMatches the name of the report item in the report definition
PropertyDescriptionValue
IdThe identifier of the actionA guid, generated by the processing engine.
TypeThe type name that identifies the actionnavigateToReport
ValueObject that contains the properties of the target reportAvailable properties:
  • Report - The target report source
  • Parameters - The supplied parameters collection
ReportItemNameThe name of the report item, associated with the current actionMatches the name of the report item in the report definition

Custom action

PropertyDescriptionValue
IdThe identifier of the actionA guid, generated by the processing engine.
TypeThe type name that identifies the actioncustomAction
ValueObject that contains the evaluated parameters, defined for the current action
  • Parameters - a key-value collection of evaluated parameters
ReportItemNameThe name of the report item, associated with the current actionMatches the name of the report item in the report definition

See Also