Share via


Edit Chart Value - Action Tab (Visual Studio Report Designer)

Use the Action tab of the Edit Chart Value dialog box to define an action to perform with the user clicks on a chart value.

Options

  • None
    Choose this option to indicate that the item has no action.
  • 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 Charts 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)