Action Dialog Box (Visual Studio Report Designer)

Use the Action dialog box to set the Action property of a text box or image. The Action property is available in the Properties window when a text box or image is selected. At run time, the action is performed when a user clicks the item in the report.

Options

  • None
    Choose this option to indicate that the item has no action. This is the default value.
  • Jump to report
    Choose this option to define a link to a drillthrough report. You can select a client report definition (.rdlc) file that has been added to the project, or you can type the relative or fully-qualified path name of a file that is stored on the file system.
  • Parameters
    Choose this option to add a list of parameters to pass to the drillthrough report. The parameter names must match the parameters defined for the target report.
  • Jump to bookmark
    Choose this option to define a link to a bookmark within the current report. Type or select the bookmark ID for the report to jump to when the user clicks the link. Click the expression (fx) button to edit the expression. The bookmark ID can be either a static ID or an expression that evaluates to a bookmark ID. The expression can include a field that contains a bookmark ID.
  • Jump to URL
    Choose this option to define a link to a Web page. Type or select the URL of a Web page or an expression that evaluates to the URL of a Web page. Click the expression (fx) button to edit the expression. This expression can include a field that contains a URL.

See Also

Concepts

Adding Interactivity, Visibility, and Navigation to a Report (Visual Studio Report Designer)
ReportViewer Controls (Visual Studio)
ReportViewer Web Server and Windows Forms Controls

Other Resources

Report Designer User Interface Reference (Visual Studio)