Once you have installed the code you can add a menu to every SSRS item that has an “action” property, which is basically everything.
Every menu consists of one or more (max. 7) menu-items.
Each menu-item has three properties:
- Label
This is the text that will be displayed on the menu - Action type
For now the menu supports 4 different action types:
- URL
Clicking a menu-item of this type will change the current page to the URL specified in the action-property
- POPURL
Clicking a menu-item of this type will display the URL of the action property in a new window
- REPORT
Clicking a menu-item of this type will change the current page to the Report name specified in the action-property
- POPREPORT
Clicking a menu-item of this type will display the report specified in the action property in a new window
- Action
The content of the action depends on the action type. For URL or POPURL the action will be an URL, for REPORT & POPREPORT it will be a report (with parameters).
The menu is always displayed where the mouse was clicked and will disappear when either a menu-item is clicked or a spot outside of the menu is clicked.
To add a menu to a link you go to the action property of the report item and choose “URL” as the actiontype.
In the expression editor you add the following expression
this will create a menu with three items