New to Telerik Reporting? Start a free 30-day trial
The article lists the properties of the interactive action, available in interactiveActionExecuting, interactiveActionEnter and interactiveActionLeave event handlers.
| 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 the 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 | toggleVisibility |
| ReportItemName | The name of the report item, associated with the current action | Matches the name of the report item in the 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 the 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 the 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 the 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 | 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 the report definition |